Google Cloud Translation v3 API - Class GlossaryTerm (3.8.0)

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

Inheritance

object > GlossaryTerm

Namespace

Google.Cloud.Translate.V3

Assembly

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