Google Cloud Translation v3 API - Class AdaptiveMtTranslateResponse (3.8.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
Name Description
other AdaptiveMtTranslateResponse

Properties

GlossaryTranslations

public RepeatedField<AdaptiveMtTranslation> GlossaryTranslations { get; }

Text translation response if a glossary is provided in the request. This could be the same as 'translation' above if no terms apply.

Property Value
Type Description
RepeatedFieldAdaptiveMtTranslation

LanguageCode

public string LanguageCode { get; set; }

Output only. The translation's language code.

Property Value
Type Description
string

Translations

public RepeatedField<AdaptiveMtTranslation> Translations { get; }

Output only. The translation.

Property Value
Type Description
RepeatedFieldAdaptiveMtTranslation