Show / Hide Table of Contents

Class RomanizeTextResponse

The response message for synchronous romanization.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX