public interface ListVoicesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Voice |
getVoices(int index)
The list of voices.
|
int |
getVoicesCount()
The list of voices.
|
List<Voice> |
getVoicesList()
The list of voices.
|
VoiceOrBuilder |
getVoicesOrBuilder(int index)
The list of voices.
|
List<? extends VoiceOrBuilder> |
getVoicesOrBuilderList()
The list of voices.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Voice> getVoicesList()
The list of voices.
repeated .google.cloud.texttospeech.v1.Voice voices = 1;
Voice getVoices(int index)
The list of voices.
repeated .google.cloud.texttospeech.v1.Voice voices = 1;
int getVoicesCount()
The list of voices.
repeated .google.cloud.texttospeech.v1.Voice voices = 1;
List<? extends VoiceOrBuilder> getVoicesOrBuilderList()
The list of voices.
repeated .google.cloud.texttospeech.v1.Voice voices = 1;
VoiceOrBuilder getVoicesOrBuilder(int index)
The list of voices.
repeated .google.cloud.texttospeech.v1.Voice voices = 1;
Copyright © 2022 Google LLC. All rights reserved.