Class GlossaryEntry
Represents a single entry in a glossary.
Implements
Inherited Members
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 |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The resource name of the entry. Format: projects/*/locations/*/glossaries/*/glossaryEntries/*
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
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 |