public sealed class TranslateTextGlossaryConfig : IMessage<TranslateTextGlossaryConfig>, IEquatable<TranslateTextGlossaryConfig>, IDeepCloneable<TranslateTextGlossaryConfig>, IBufferMessage, IMessage
Configures which glossary should be used for a specific target language, and defines options for applying that glossary.
Implements
IMessage<TranslateTextGlossaryConfig>, IEquatable<TranslateTextGlossaryConfig>, IDeepCloneable<TranslateTextGlossaryConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
TranslateTextGlossaryConfig()
public TranslateTextGlossaryConfig()
TranslateTextGlossaryConfig(TranslateTextGlossaryConfig)
public TranslateTextGlossaryConfig(TranslateTextGlossaryConfig other)
Parameter | |
---|---|
Name | Description |
other | TranslateTextGlossaryConfig |
Properties
Glossary
public string Glossary { get; set; }
Required. The glossary
to be applied for this translation.
The format depends on glossary:
- User provided custom glossary:
projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}
Property Value | |
---|---|
Type | Description |
String |
IgnoreCase
public bool IgnoreCase { get; set; }
Optional. Indicates match is case-insensitive. Default value is false if missing.
Property Value | |
---|---|
Type | Description |
Boolean |