Google Cloud Translation v3 API - Class GlossaryEntry.Types.GlossaryTermsPair (3.8.0)

public sealed class GlossaryEntry.Types.GlossaryTermsPair : IMessage<GlossaryEntry.Types.GlossaryTermsPair>, IEquatable<GlossaryEntry.Types.GlossaryTermsPair>, IDeepCloneable<GlossaryEntry.Types.GlossaryTermsPair>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Translation v3 API class GlossaryEntry.Types.GlossaryTermsPair.

Represents a single entry for an unidirectional glossary.

Inheritance

object > GlossaryEntry.Types.GlossaryTermsPair

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

GlossaryTermsPair()

public GlossaryTermsPair()

GlossaryTermsPair(GlossaryTermsPair)

public GlossaryTermsPair(GlossaryEntry.Types.GlossaryTermsPair other)
Parameter
Name Description
other GlossaryEntryTypesGlossaryTermsPair

Properties

SourceTerm

public GlossaryTerm SourceTerm { get; set; }

The source term is the term that will get match in the text,

Property Value
Type Description
GlossaryTerm

TargetTerm

public GlossaryTerm TargetTerm { get; set; }

The term that will replace the match source term.

Property Value
Type Description
GlossaryTerm