Show / Hide Table of Contents

Class Romanization

A single romanization response.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX