Show / Hide Table of Contents

Class GlossaryTermsPair

Represents a single entry for an unidirectional glossary.

Inheritance
System.Object
GlossaryTermsPair
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX