Class TranslateTextGlossaryConfig
Configures which glossary should be used for a specific target language, and defines options for applying that glossary.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3beta1.Data
Assembly: Google.Apis.Translate.v3beta1.dll
Syntax
public class TranslateTextGlossaryConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Glossary
Required. Specifies the glossary used for this translation. Use this format: projects//locations//glossaries/*
Declaration
[JsonProperty("glossary")]
public virtual string Glossary { get; set; }
Property Value
Type | Description |
---|---|
string |
IgnoreCase
Optional. Indicates match is case-insensitive. Default value is false if missing.
Declaration
[JsonProperty("ignoreCase")]
public virtual bool? IgnoreCase { get; set; }
Property Value
Type | Description |
---|---|
bool? |