Show / Hide Table of Contents

Class TranslateTextResponse

Inheritance
object
TranslateTextResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX