Google Cloud Translation v3 API - Class AdaptiveMtTranslation (3.6.0)

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

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

An AdaptiveMt translation.

Inheritance

object > AdaptiveMtTranslation

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

AdaptiveMtTranslation()

public AdaptiveMtTranslation()

AdaptiveMtTranslation(AdaptiveMtTranslation)

public AdaptiveMtTranslation(AdaptiveMtTranslation other)
Parameter
NameDescription
otherAdaptiveMtTranslation

Properties

TranslatedText

public string TranslatedText { get; set; }

Output only. The translated text.

Property Value
TypeDescription
string