public interface CustomPronunciationsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomPronunciationParams |
getPronunciations(int index)
The pronunciation customizations to be applied.
|
int |
getPronunciationsCount()
The pronunciation customizations to be applied.
|
List<CustomPronunciationParams> |
getPronunciationsList()
The pronunciation customizations to be applied.
|
CustomPronunciationParamsOrBuilder |
getPronunciationsOrBuilder(int index)
The pronunciation customizations to be applied.
|
List<? extends CustomPronunciationParamsOrBuilder> |
getPronunciationsOrBuilderList()
The pronunciation customizations to be applied.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<CustomPronunciationParams> getPronunciationsList()
The pronunciation customizations to be applied.
repeated .google.cloud.texttospeech.v1.CustomPronunciationParams pronunciations = 1;
CustomPronunciationParams getPronunciations(int index)
The pronunciation customizations to be applied.
repeated .google.cloud.texttospeech.v1.CustomPronunciationParams pronunciations = 1;
int getPronunciationsCount()
The pronunciation customizations to be applied.
repeated .google.cloud.texttospeech.v1.CustomPronunciationParams pronunciations = 1;
List<? extends CustomPronunciationParamsOrBuilder> getPronunciationsOrBuilderList()
The pronunciation customizations to be applied.
repeated .google.cloud.texttospeech.v1.CustomPronunciationParams pronunciations = 1;
CustomPronunciationParamsOrBuilder getPronunciationsOrBuilder(int index)
The pronunciation customizations to be applied.
repeated .google.cloud.texttospeech.v1.CustomPronunciationParams pronunciations = 1;
Copyright © 2025 Google LLC. All rights reserved.