Interface CustomPronunciationsOrBuilder (2.54.0)

public interface CustomPronunciationsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPronunciations(int index)

public abstract CustomPronunciationParams getPronunciations(int index)

The pronunciation customizations to be applied.

repeated .google.cloud.texttospeech.v1.CustomPronunciationParams pronunciations = 1;

Parameter
Name Description
index int
Returns
Type Description
CustomPronunciationParams

getPronunciationsCount()

public abstract int getPronunciationsCount()

The pronunciation customizations to be applied.

repeated .google.cloud.texttospeech.v1.CustomPronunciationParams pronunciations = 1;

Returns
Type Description
int

getPronunciationsList()

public abstract List<CustomPronunciationParams> getPronunciationsList()

The pronunciation customizations to be applied.

repeated .google.cloud.texttospeech.v1.CustomPronunciationParams pronunciations = 1;

Returns
Type Description
List<CustomPronunciationParams>

getPronunciationsOrBuilder(int index)

public abstract CustomPronunciationParamsOrBuilder getPronunciationsOrBuilder(int index)

The pronunciation customizations to be applied.

repeated .google.cloud.texttospeech.v1.CustomPronunciationParams pronunciations = 1;

Parameter
Name Description
index int
Returns
Type Description
CustomPronunciationParamsOrBuilder

getPronunciationsOrBuilderList()

public abstract List<? extends CustomPronunciationParamsOrBuilder> getPronunciationsOrBuilderList()

The pronunciation customizations to be applied.

repeated .google.cloud.texttospeech.v1.CustomPronunciationParams pronunciations = 1;

Returns
Type Description
List<? extends com.google.cloud.texttospeech.v1.CustomPronunciationParamsOrBuilder>