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 available for the Google Cloud Translation v3 API is 3.9.0, but the current page's documentation focuses on version 3.6.0."],["The `TranslateTextGlossaryConfig` class, part of the Google Cloud Translation v3 API, configures the glossary to be used for translations and defines related options."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TranslateTextGlossaryConfig` class has two properties: `Glossary`, which specifies the glossary resource to be used, and `IgnoreCase`, which determines whether the glossary match is case-sensitive or not."],["This class has two constructors, a default one with no arguments and another one that takes in another `TranslateTextGlossaryConfig` object as an argument."]]],[]]