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 `TranslateTextGlossaryConfig` class is used to configure which glossary to apply for a specific target language in translations, including options for that glossary's application."],["Version 3.9.0 is the latest version, and multiple previous versions are also listed, going back to version 2.2.0, all under the Google.Cloud.Translate.V3 namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with protobuf messages."],["The class has two constructors: a default constructor, and another that takes a `TranslateTextGlossaryConfig` object for copying, allowing users to quickly copy its contents."],["The `Glossary` property is a required string specifying the glossary resource to be used, while the optional `IgnoreCase` property is a boolean that determines if matching is case-insensitive."]]],[]]