public sealed class GlossaryTerm : IMessage<GlossaryTerm>, IEquatable<GlossaryTerm>, IDeepCloneable<GlossaryTerm>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class GlossaryTerm.
Represents a single glossary term
Implements
IMessageGlossaryTerm, IEquatableGlossaryTerm, IDeepCloneableGlossaryTerm, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
GlossaryTerm()
public GlossaryTerm()
GlossaryTerm(GlossaryTerm)
public GlossaryTerm(GlossaryTerm other)
Parameter | |
---|---|
Name | Description |
other |
GlossaryTerm |
Properties
LanguageCode
public string LanguageCode { get; set; }
The language for this glossary term.
Property Value | |
---|---|
Type | Description |
string |
Text
public string Text { get; set; }
The text for the glossary term.
Property Value | |
---|---|
Type | Description |
string |