Class Romanization
A single romanization response.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class Romanization : IDirectResponseSchema
Properties
DetectedLanguageCode
The ISO-639 language code of source text in the initial request, detected automatically, if no source language was passed within the initial request. If the source language was passed, auto-detection of the language does not occur and this field is empty.
Declaration
[JsonProperty("detectedLanguageCode")]
public virtual string DetectedLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RomanizedText
Romanized text. If an error occurs during romanization, this field might be excluded from the response.
Declaration
[JsonProperty("romanizedText")]
public virtual string RomanizedText { get; set; }
Property Value
Type | Description |
---|---|
string |