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 allows configuration of which glossary to use for translating to a specific target language."],["This configuration class is found within the `Google.Cloud.Translate.V3` namespace in the `Google.Cloud.Translate.V3.dll` assembly."],["It supports various versions from 2.2.0 to 3.9.0, with 3.9.0 being the latest."],["The `Glossary` property, which is a required field, specifies the path to the glossary to be used in the format: `projects/*/locations/*/glossaries/*`."],["The `IgnoreCase` property is optional, allowing users to set if the translation will be case-insensitive or not."]]],[]]