Google Cloud Translation v3 API - Class GlossaryEntry (3.8.0)

public sealed class GlossaryEntry : IMessage<GlossaryEntry>, IEquatable<GlossaryEntry>, IDeepCloneable<GlossaryEntry>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Translation v3 API class GlossaryEntry.

Represents a single entry in a glossary.

Inheritance

object > GlossaryEntry

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

GlossaryEntry()

public GlossaryEntry()

GlossaryEntry(GlossaryEntry)

public GlossaryEntry(GlossaryEntry other)
Parameter
Name Description
other GlossaryEntry

Properties

DataCase

public GlossaryEntry.DataOneofCase DataCase { get; }
Property Value
Type Description
GlossaryEntryDataOneofCase

Description

public string Description { get; set; }

Describes the glossary entry.

Property Value
Type Description
string

GlossaryEntryName

public GlossaryEntryName GlossaryEntryName { get; set; }

GlossaryEntryName-typed view over the Name resource name property.

Property Value
Type Description
GlossaryEntryName

Name

public string Name { get; set; }

Identifier. The resource name of the entry. Format: projects/*/locations/*/glossaries/*/glossaryEntries/*

Property Value
Type Description
string

TermsPair

public GlossaryEntry.Types.GlossaryTermsPair TermsPair { get; set; }

Used for an unidirectional glossary.

Property Value
Type Description
GlossaryEntryTypesGlossaryTermsPair

TermsSet

public GlossaryEntry.Types.GlossaryTermsSet TermsSet { get; set; }

Used for an equivalent term sets glossary.

Property Value
Type Description
GlossaryEntryTypesGlossaryTermsSet