Class GlossaryEntry
Represents a single entry in a glossary.
Inheritance
System.Object
GlossaryEntry
Implements
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 GlossaryEntry : IDirectResponseSchema
Properties
Description
Describes the glossary entry.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Required. The resource name of the entry. Format: "projects//locations//glossaries//glossaryEntries/"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TermsPair
Used for an unidirectional glossary.
Declaration
[JsonProperty("termsPair")]
public virtual GlossaryTermsPair TermsPair { get; set; }
Property Value
Type | Description |
---|---|
GlossaryTermsPair |
TermsSet
Used for an equivalent term sets glossary.
Declaration
[JsonProperty("termsSet")]
public virtual GlossaryTermsSet TermsSet { get; set; }
Property Value
Type | Description |
---|---|
GlossaryTermsSet |