public sealed class AdaptiveMtTranslateResponse : IMessage<AdaptiveMtTranslateResponse>, IEquatable<AdaptiveMtTranslateResponse>, IDeepCloneable<AdaptiveMtTranslateResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Translation v3 API class AdaptiveMtTranslateResponse.
An AdaptiveMtTranslate response.
Implements
IMessageAdaptiveMtTranslateResponse, IEquatableAdaptiveMtTranslateResponse, IDeepCloneableAdaptiveMtTranslateResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
AdaptiveMtTranslateResponse()
public AdaptiveMtTranslateResponse()AdaptiveMtTranslateResponse(AdaptiveMtTranslateResponse)
public AdaptiveMtTranslateResponse(AdaptiveMtTranslateResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
AdaptiveMtTranslateResponse |
Properties
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 |
|