Class RomanizeTextResponse
The response message for synchronous romanization.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class RomanizeTextResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Romanizations
Text romanization responses. This field has the same length as contents
.
Declaration
[JsonProperty("romanizations")]
public virtual IList<Romanization> Romanizations { get; set; }
Property Value
Type | Description |
---|---|
IList<Romanization> |