Class TranslationAnnotation (2.3.0)

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

Annotation details specific to translation.

Inheritance

Object > TranslationAnnotation

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

TranslationAnnotation()

public TranslationAnnotation()

TranslationAnnotation(TranslationAnnotation)

public TranslationAnnotation(TranslationAnnotation other)
Parameter
NameDescription
otherTranslationAnnotation

Properties

TranslatedContent

public TextSnippet TranslatedContent { get; set; }

Output only . The translated content.

Property Value
TypeDescription
TextSnippet