public sealed class GlossaryEntry.Types.GlossaryTermsSet : IMessage<GlossaryEntry.Types.GlossaryTermsSet>, IEquatable<GlossaryEntry.Types.GlossaryTermsSet>, IDeepCloneable<GlossaryEntry.Types.GlossaryTermsSet>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class GlossaryEntry.Types.GlossaryTermsSet.
Represents a single entry for an equivalent term set glossary. This is used
for equivalent term sets where each term can be replaced by the other terms
in the set.
[[["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 `GlossaryEntry.Types.GlossaryTermsSet` class, part of the Google Cloud Translation v3 API, represents a set of equivalent terms in a glossary where each term can be interchanged with others."],["This class is implemented in multiple versions of the API, with version 3.9.0 being the most recent, and versions ranging from 2.2.0 to 3.9.0 being documented."],["`GlossaryTermsSet` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Terms` property, which is a `RepeatedField` of `GlossaryTerm` objects, and represents the set of interchangeable terms."],["It offers two constructors, one default and one to duplicate an existing `GlossaryTermsSet` object."]]],[]]