Class TranslationsListResponse
The main language translation response message.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v2.Data
Assembly: Google.Apis.Translate.v2.dll
Syntax
public class TranslationsListResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Translations
Translations contains list of translation results of given text
Declaration
[JsonProperty("translations")]
public virtual IList<TranslationsResource> Translations { get; set; }
Property Value
Type | Description |
---|---|
IList<TranslationsResource> |