Class TranslateTextResponse
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3beta1.Data
Assembly: Google.Apis.Translate.v3beta1.dll
Syntax
public class TranslateTextResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GlossaryTranslations
Text translation responses if a glossary is provided in the request. This can be the same as translations
if no terms apply. This field has the same length as contents
.
Declaration
[JsonProperty("glossaryTranslations")]
public virtual IList<Translation> GlossaryTranslations { get; set; }
Property Value
Type | Description |
---|---|
IList<Translation> |
Translations
Text translation responses with no glossary applied. This field has the same length as contents
.
Declaration
[JsonProperty("translations")]
public virtual IList<Translation> Translations { get; set; }
Property Value
Type | Description |
---|---|
IList<Translation> |