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 should be 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."],[[["This webpage provides documentation for the `TranslateTextGlossaryConfig` class within the Google Cloud Translation v3 API, detailing its purpose in configuring glossary usage for text translation."],["The `TranslateTextGlossaryConfig` class, part of the `Google.Cloud.Translate.V3` namespace, allows users to specify a custom glossary for translations and define how it should be applied, with the current version being 3.2.0 and having version history to 3.9.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of `TranslateTextGlossaryConfig` include `Glossary`, which is required to specify the glossary to use, and `IgnoreCase`, an optional boolean to determine if glossary matching should be case-insensitive."],["There is a history of multiple versions available ranging from 3.9.0 down to 2.2.0, in addition to the current version, 3.2.0, in which this documentation is referring to."]]],[]]