Google Cloud Translation v3 API - Class TranslateTextGlossaryConfig (3.6.0)

public sealed class TranslateTextGlossaryConfig : IMessage<TranslateTextGlossaryConfig>, IEquatable<TranslateTextGlossaryConfig>, IDeepCloneable<TranslateTextGlossaryConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Translation v3 API class TranslateTextGlossaryConfig.

Configures which glossary is used for a specific target language and defines options for applying that glossary.

Inheritance

object > TranslateTextGlossaryConfig

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

TranslateTextGlossaryConfig()

public TranslateTextGlossaryConfig()

TranslateTextGlossaryConfig(TranslateTextGlossaryConfig)

public TranslateTextGlossaryConfig(TranslateTextGlossaryConfig other)
Parameter
NameDescription
otherTranslateTextGlossaryConfig

Properties

Glossary

public string Glossary { get; set; }

Required. The glossary to be applied for this translation.

The format depends on the glossary:

  • User-provided custom glossary: projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}
Property Value
TypeDescription
string

IgnoreCase

public bool IgnoreCase { get; set; }

Optional. Indicates match is case insensitive. The default value is false if missing.

Property Value
TypeDescription
bool