Show / Hide Table of Contents

Class Glossary

Represents a glossary built from user-provided data.

Inheritance
System.Object
Glossary
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 Glossary : IDirectResponseSchema

Properties

DisplayName

Optional. The display name of the glossary.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
System.String

EndTime

Output only. When the glossary creation was finished.

Declaration
[JsonProperty("endTime")]
public virtual object EndTime { get; set; }
Property Value
Type Description
System.Object

EntryCount

Output only. The number of entries defined in the glossary.

Declaration
[JsonProperty("entryCount")]
public virtual int? EntryCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

InputConfig

Required. Provides examples to build the glossary from. Total glossary must not exceed 10M Unicode codepoints.

Declaration
[JsonProperty("inputConfig")]
public virtual GlossaryInputConfig InputConfig { get; set; }
Property Value
Type Description
GlossaryInputConfig

LanguageCodesSet

Used with equivalent term set glossaries.

Declaration
[JsonProperty("languageCodesSet")]
public virtual LanguageCodesSet LanguageCodesSet { get; set; }
Property Value
Type Description
LanguageCodesSet

LanguagePair

Used with unidirectional glossaries.

Declaration
[JsonProperty("languagePair")]
public virtual LanguageCodePair LanguagePair { get; set; }
Property Value
Type Description
LanguageCodePair

Name

Required. The resource name of the glossary. Glossary names have the form projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

SubmitTime

Output only. When CreateGlossary was called.

Declaration
[JsonProperty("submitTime")]
public virtual object SubmitTime { get; set; }
Property Value
Type Description
System.Object

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX