Google AutoML v1 API - Class TranslationAnnotation (3.3.0)

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

Reference documentation and code samples for the Google AutoML v1 API class TranslationAnnotation.

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
Name Description
other TranslationAnnotation

Properties

TranslatedContent

public TextSnippet TranslatedContent { get; set; }

Output only . The translated content.

Property Value
Type Description
TextSnippet