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."],[[["This documentation provides reference information for the `GlossaryEntry.Types.GlossaryTermsSet` class within the Google Cloud Translation v3 API for .NET."],["`GlossaryTermsSet` represents a set of equivalent terms in a glossary, where each term can be interchanged with any other term in the set."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `Terms` property, of type `RepeatedField\u003cGlossaryTerm\u003e`, contains the list of terms that can be used interchangeably."],["The document lists multiple versions of this class, ranging from 2.2.0 to 3.9.0, allowing users to refer to specific API versions."]]],[]]