Show / Hide Table of Contents

Class AdaptiveMtTranslateResponse

An AdaptiveMtTranslate response.

Inheritance
object
AdaptiveMtTranslateResponse
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX