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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTranslateTextGlossaryConfig\u003c/code\u003e 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 \u003ccode\u003eGoogle.Cloud.Translate.V3\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTranslateTextGlossaryConfig\u003c/code\u003e class includes two properties: \u003ccode\u003eGlossary\u003c/code\u003e, which specifies the glossary to be applied and \u003ccode\u003eIgnoreCase\u003c/code\u003e which is a boolean indicating whether the match is case-insensitive.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTranslateTextGlossaryConfig\u003c/code\u003e class has two constructors, one that is parameterless, and one that accepts another \u003ccode\u003eTranslateTextGlossaryConfig\u003c/code\u003e object as its parameter, called \u003ccode\u003eother\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTranslateTextGlossaryConfig\u003c/code\u003e class inherits from the base \u003ccode\u003eObject\u003c/code\u003e class and also implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]