Class GlossaryTermsSet
Represents a single entry for an equivalent term set glossary. This is used for equivalent term sets where each term can be replaced by the other terms in the set.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class GlossaryTermsSet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Terms
Each term in the set represents a term that can be replaced by the other terms.
Declaration
[JsonProperty("terms")]
public virtual IList<GlossaryTerm> Terms { get; set; }
Property Value
Type | Description |
---|---|
IList<GlossaryTerm> |