Google Cloud Translation v3 API - Class Romanization (3.9.0)

public sealed class Romanization : IMessage<Romanization>, IEquatable<Romanization>, IDeepCloneable<Romanization>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Translation v3 API class Romanization.

A single romanization response.

Inheritance

object > Romanization

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

Romanization()

public Romanization()

Romanization(Romanization)

public Romanization(Romanization other)
Parameter
Name Description
other Romanization

Properties

DetectedLanguageCode

public string DetectedLanguageCode { get; set; }

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.

Property Value
Type Description
string

RomanizedText

public string RomanizedText { get; set; }

Romanized text. If an error occurs during romanization, this field might be excluded from the response.

Property Value
Type Description
string