Class AdaptiveMtTranslateResponse
An AdaptiveMtTranslate response.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class AdaptiveMtTranslateResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GlossaryTranslations
Text translation response if a glossary is provided in the request. This could be the same as 'translation' above if no terms apply.
Declaration
[JsonProperty("glossaryTranslations")]
public virtual IList<AdaptiveMtTranslation> GlossaryTranslations { get; set; }
Property Value
Type | Description |
---|---|
IList<AdaptiveMtTranslation> |
LanguageCode
Output only. The translation's language code.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Translations
Output only. The translation.
Declaration
[JsonProperty("translations")]
public virtual IList<AdaptiveMtTranslation> Translations { get; set; }
Property Value
Type | Description |
---|---|
IList<AdaptiveMtTranslation> |