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.
[[["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 is 3.9.0, with previous versions ranging down to 2.2.0 listed for the Google Cloud Translate V3 .NET library."],["`TranslateTextGlossaryConfig` is a class used to configure which glossary should be used for a specific target language and how to apply that glossary, in the namespace `Google.Cloud.Translate.V3`."],["The `TranslateTextGlossaryConfig` class includes two properties: `Glossary`, which specifies the glossary to be applied and `IgnoreCase` which is a boolean indicating whether the match is case-insensitive."],["The `TranslateTextGlossaryConfig` class has two constructors, one that is parameterless, and one that accepts another `TranslateTextGlossaryConfig` object as its parameter, called `other`."],["The `TranslateTextGlossaryConfig` class inherits from the base `Object` class and also implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]