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.
Implements
IMessageGlossaryEntryTypesGlossaryTermsSet, IEquatableGlossaryEntryTypesGlossaryTermsSet, IDeepCloneableGlossaryEntryTypesGlossaryTermsSet, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
GlossaryTermsSet()
public GlossaryTermsSet()
GlossaryTermsSet(GlossaryTermsSet)
public GlossaryTermsSet(GlossaryEntry.Types.GlossaryTermsSet other)
Parameter | |
---|---|
Name | Description |
other |
GlossaryEntryTypesGlossaryTermsSet |
Properties
Terms
public RepeatedField<GlossaryTerm> Terms { get; }
Each term in the set represents a term that can be replaced by the other terms.
Property Value | |
---|---|
Type | Description |
RepeatedFieldGlossaryTerm |