Class Romanization (2.49.0)

public final class Romanization extends GeneratedMessageV3 implements RomanizationOrBuilder

A single romanization response.

Protobuf type google.cloud.translation.v3.Romanization

Static Fields

DETECTED_LANGUAGE_CODE_FIELD_NUMBER

public static final int DETECTED_LANGUAGE_CODE_FIELD_NUMBER
Field Value
Type Description
int

ROMANIZED_TEXT_FIELD_NUMBER

public static final int ROMANIZED_TEXT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Romanization getDefaultInstance()
Returns
Type Description
Romanization

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Romanization.Builder newBuilder()
Returns
Type Description
Romanization.Builder

newBuilder(Romanization prototype)

public static Romanization.Builder newBuilder(Romanization prototype)
Parameter
Name Description
prototype Romanization
Returns
Type Description
Romanization.Builder

parseDelimitedFrom(InputStream input)

public static Romanization parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Romanization
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Romanization parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Romanization
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Romanization parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Romanization
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Romanization parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Romanization
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Romanization parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Romanization
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Romanization parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Romanization
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Romanization parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Romanization
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Romanization parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Romanization
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Romanization parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Romanization
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Romanization parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Romanization
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Romanization parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Romanization
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Romanization parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Romanization
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Romanization> parser()
Returns
Type Description
Parser<Romanization>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Romanization getDefaultInstanceForType()
Returns
Type Description
Romanization

getDetectedLanguageCode()

public String getDetectedLanguageCode()

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.

string detected_language_code = 2;

Returns
Type Description
String

The detectedLanguageCode.

getDetectedLanguageCodeBytes()

public ByteString getDetectedLanguageCodeBytes()

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.

string detected_language_code = 2;

Returns
Type Description
ByteString

The bytes for detectedLanguageCode.

getParserForType()

public Parser<Romanization> getParserForType()
Returns
Type Description
Parser<Romanization>
Overrides

getRomanizedText()

public String getRomanizedText()

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

string romanized_text = 1;

Returns
Type Description
String

The romanizedText.

getRomanizedTextBytes()

public ByteString getRomanizedTextBytes()

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

string romanized_text = 1;

Returns
Type Description
ByteString

The bytes for romanizedText.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Romanization.Builder newBuilderForType()
Returns
Type Description
Romanization.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Romanization.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Romanization.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Romanization.Builder toBuilder()
Returns
Type Description
Romanization.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException