Show / Hide Table of Contents

Class Glossary

Represents a glossary built from user provided data.

Inheritance
object
Glossary
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.v3beta1.Data
Assembly: Google.Apis.Translate.v3beta1.dll
Syntax
public class Glossary : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EndTime

object representation of EndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type Description
object

EndTimeDateTimeOffset

DateTimeOffset representation of EndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EndTimeRaw

Output only. When the glossary creation was finished.

Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
Type Description
string

EntryCount

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

Declaration
[JsonProperty("entryCount")]
public virtual int? EntryCount { get; set; }
Property Value
Type Description
int?

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
string

SubmitTime

object representation of SubmitTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SubmitTimeDateTimeOffset instead.")]
public virtual object SubmitTime { get; set; }
Property Value
Type Description
object

SubmitTimeDateTimeOffset

DateTimeOffset representation of SubmitTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? SubmitTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

SubmitTimeRaw

Output only. When CreateGlossary was called.

Declaration
[JsonProperty("submitTime")]
public virtual string SubmitTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX