public interface CustomPronunciationsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPronunciations(int index)
public abstract CustomPronunciationParams getPronunciations(int index)The pronunciation customizations are applied.
repeated .google.cloud.texttospeech.v1beta1.CustomPronunciationParams pronunciations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CustomPronunciationParams |
|
getPronunciationsCount()
public abstract int getPronunciationsCount()The pronunciation customizations are applied.
repeated .google.cloud.texttospeech.v1beta1.CustomPronunciationParams pronunciations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPronunciationsList()
public abstract List<CustomPronunciationParams> getPronunciationsList()The pronunciation customizations are applied.
repeated .google.cloud.texttospeech.v1beta1.CustomPronunciationParams pronunciations = 1;
| Returns | |
|---|---|
| Type | Description |
List<CustomPronunciationParams> |
|
getPronunciationsOrBuilder(int index)
public abstract CustomPronunciationParamsOrBuilder getPronunciationsOrBuilder(int index)The pronunciation customizations are applied.
repeated .google.cloud.texttospeech.v1beta1.CustomPronunciationParams pronunciations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CustomPronunciationParamsOrBuilder |
|
getPronunciationsOrBuilderList()
public abstract List<? extends CustomPronunciationParamsOrBuilder> getPronunciationsOrBuilderList()The pronunciation customizations are applied.
repeated .google.cloud.texttospeech.v1beta1.CustomPronunciationParams pronunciations = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.texttospeech.v1beta1.CustomPronunciationParamsOrBuilder> |
|