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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the Google Cloud Translation v3 API documentation is 3.9.0, with multiple previous versions available, including 3.5.0, which is the specific version documented here."],["The `TranslateTextGlossaryConfig` class, within the `Google.Cloud.Translate.V3` namespace, is used to configure glossary usage for text translation within the API."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inherits from `object`."],["The `TranslateTextGlossaryConfig` class has two constructors, one default and another that takes an existing `TranslateTextGlossaryConfig` object."],["Key properties of `TranslateTextGlossaryConfig` are `Glossary`, which specifies the glossary to use with a custom format, and `IgnoreCase`, which configures case sensitivity during translation."]]],[]]