Class TranslationAnnotation
Annotation details specific to translation.
Inheritance
System.Object
TranslationAnnotation
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class TranslationAnnotation : IMessage<TranslationAnnotation>, IEquatable<TranslationAnnotation>, IDeepCloneable<TranslationAnnotation>, IBufferMessage, IMessage
Constructors
TranslationAnnotation()
Declaration
public TranslationAnnotation()
TranslationAnnotation(TranslationAnnotation)
Declaration
public TranslationAnnotation(TranslationAnnotation other)
Parameters
Type | Name | Description |
---|---|---|
TranslationAnnotation | other |
Properties
TranslatedContent
Output only . The translated content.
Declaration
public TextSnippet TranslatedContent { get; set; }
Property Value
Type | Description |
---|---|
TextSnippet |