Class GlossaryTermsPair
Represents a single entry for an unidirectional glossary.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class GlossaryTermsPair : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceTerm
The source term is the term that will get match in the text,
Declaration
[JsonProperty("sourceTerm")]
public virtual GlossaryTerm SourceTerm { get; set; }
Property Value
Type | Description |
---|---|
GlossaryTerm |
TargetTerm
The term that will replace the match source term.
Declaration
[JsonProperty("targetTerm")]
public virtual GlossaryTerm TargetTerm { get; set; }
Property Value
Type | Description |
---|---|
GlossaryTerm |