Interface RomanizeTextResponseOrBuilder (2.49.0)

public interface RomanizeTextResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRomanizations(int index)

public abstract Romanization getRomanizations(int index)

Text romanization responses. This field has the same length as contents.

repeated .google.cloud.translation.v3.Romanization romanizations = 1;

Parameter
Name Description
index int
Returns
Type Description
Romanization

getRomanizationsCount()

public abstract int getRomanizationsCount()

Text romanization responses. This field has the same length as contents.

repeated .google.cloud.translation.v3.Romanization romanizations = 1;

Returns
Type Description
int

getRomanizationsList()

public abstract List<Romanization> getRomanizationsList()

Text romanization responses. This field has the same length as contents.

repeated .google.cloud.translation.v3.Romanization romanizations = 1;

Returns
Type Description
List<Romanization>

getRomanizationsOrBuilder(int index)

public abstract RomanizationOrBuilder getRomanizationsOrBuilder(int index)

Text romanization responses. This field has the same length as contents.

repeated .google.cloud.translation.v3.Romanization romanizations = 1;

Parameter
Name Description
index int
Returns
Type Description
RomanizationOrBuilder

getRomanizationsOrBuilderList()

public abstract List<? extends RomanizationOrBuilder> getRomanizationsOrBuilderList()

Text romanization responses. This field has the same length as contents.

repeated .google.cloud.translation.v3.Romanization romanizations = 1;

Returns
Type Description
List<? extends com.google.cloud.translate.v3.RomanizationOrBuilder>