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
System.Object
GlossaryTermsSet
Implements
IDirectResponseSchema
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 GlossaryTermsSet : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<GlossaryTerm>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX