public interface ListVoicesResponseOrBuilder
extends com.google.protobuf.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, hasOneofList<Voice> getVoicesList()
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;Voice getVoices(int index)
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;int getVoicesCount()
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;List<? extends VoiceOrBuilder> getVoicesOrBuilderList()
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;VoiceOrBuilder getVoicesOrBuilder(int index)
The list of voices.
repeated .google.cloud.texttospeech.v1beta1.Voice voices = 1;Copyright © 2020 Google LLC. All rights reserved.