Class TranslateTextResponse
Inheritance
System.Object
TranslateTextResponse
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class TranslateTextResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Collections.Generic.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 |
---|---|
System.Collections.Generic.IList<Translation> |