Class TranslateTextGlossaryConfig (2.2.0)

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.

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. Specifies the glossary used for this translation. Use this format: projects//locations//glossaries/*

Property Value
TypeDescription
String

IgnoreCase

public bool IgnoreCase { get; set; }

Optional. Indicates match is case-insensitive. Default value is false if missing.

Property Value
TypeDescription
Boolean