Show / Hide Table of Contents

Class GlossaryTermsPair

Represents a single entry for an unidirectional glossary.

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