Google Cloud Translation v3 API - Class AdaptiveMtTranslateResponse (3.6.0)

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

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

An AdaptiveMtTranslate response.

Inheritance

object > AdaptiveMtTranslateResponse

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

AdaptiveMtTranslateResponse()

public AdaptiveMtTranslateResponse()

AdaptiveMtTranslateResponse(AdaptiveMtTranslateResponse)

public AdaptiveMtTranslateResponse(AdaptiveMtTranslateResponse other)
Parameter
NameDescription
otherAdaptiveMtTranslateResponse

Properties

LanguageCode

public string LanguageCode { get; set; }

Output only. The translation's language code.

Property Value
TypeDescription
string

Translations

public RepeatedField<AdaptiveMtTranslation> Translations { get; }

Output only. The translation.

Property Value
TypeDescription
RepeatedFieldAdaptiveMtTranslation