public sealed class TranslateTextGlossaryConfig : IMessage<TranslateTextGlossaryConfig>, IEquatable<TranslateTextGlossaryConfig>, IDeepCloneable<TranslateTextGlossaryConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class TranslateTextGlossaryConfig.
Configures which glossary is 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."],[[["This documentation covers the `TranslateTextGlossaryConfig` class within the Google Cloud Translation v3 API, used to configure glossary application for text translation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling, comparison, and cloning."],["The latest version available is 3.9.0, and the documentation covers versions down to 2.2.0 for the `TranslateTextGlossaryConfig` class, and allows one to review the changes throughout the versions."],["`TranslateTextGlossaryConfig` has two main properties: `Glossary`, which is a required string to define the glossary being used, and `IgnoreCase`, an optional boolean to indicate case sensitivity."],["The documentation provides details on the class's constructors, enabling the creation of new instances, either empty or cloned, of `TranslateTextGlossaryConfig`."]]],[]]