Show / Hide Table of Contents

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.

Inheritance
object
GlossaryTermsSet
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 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>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX