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 \u003ccode\u003eTranslateTextGlossaryConfig\u003c/code\u003e class is used to configure which glossary to apply for a specific target language in translations.\u003c/p\u003e\n"],["\u003cp\u003eThis class 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, making it compatible with various Google Protobuf functionalities.\u003c/p\u003e\n"],["\u003cp\u003eIt has two constructors: a default constructor and one that allows for copying settings from another \u003ccode\u003eTranslateTextGlossaryConfig\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGlossary\u003c/code\u003e property is required and specifies the glossary to use, with a format depending on whether it is a user-provided custom glossary.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIgnoreCase\u003c/code\u003e property is optional and allows for case-insensitive matching when applying the glossary.\u003c/p\u003e\n"]]],[],null,[]]