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."],[[["This page provides documentation for the `TranslateTextGlossaryConfig` class within the Google Cloud Translation v3 API, specifically for version 3.4.0."],["The `TranslateTextGlossaryConfig` class allows users to define and configure the glossary to be used for a specific target language in translations."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inherited methods from the `object` class."],["The class includes two constructors and two main properties: `Glossary`, which specifies the glossary to be used, and `IgnoreCase`, which determines if the matching is case-insensitive."],["The most current version is 3.9.0, with the least current listed being version 2.2.0, and several versions in between, such as 3.8.0, 3.7.0, 3.6.0, 3.5.0, 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.4.0, 2.3.0 being available for reference."]]],[]]