public sealed class TranslateTextGlossaryConfig : IMessage<TranslateTextGlossaryConfig>, IEquatable<TranslateTextGlossaryConfig>, IDeepCloneable<TranslateTextGlossaryConfig>, IBufferMessage, IMessageConfigures 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. Specifies the glossary used for this translation. Use this format: projects//locations//glossaries/*
| 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 |
|