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.
Implements
IMessageTranslationAnnotation, IEquatableTranslationAnnotation, IDeepCloneableTranslationAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
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 |