Uses of Class
com.google.cloud.texttospeech.v1beta1.Voice
-
Packages that use Voice Package Description com.google.cloud.texttospeech.v1beta1 A client to Cloud Text-to-Speech API -
-
Uses of Voice in com.google.cloud.texttospeech.v1beta1
Methods in com.google.cloud.texttospeech.v1beta1 that return Voice Modifier and Type Method Description Voice
Voice.Builder. build()
Voice
Voice.Builder. buildPartial()
static Voice
Voice. getDefaultInstance()
Voice
Voice.Builder. getDefaultInstanceForType()
Voice
Voice. getDefaultInstanceForType()
Voice
ListVoicesResponse.Builder. getVoices(int index)
The list of voices.Voice
ListVoicesResponse. getVoices(int index)
The list of voices.Voice
ListVoicesResponseOrBuilder. getVoices(int index)
The list of voices.static Voice
Voice. parseDelimitedFrom(InputStream input)
static Voice
Voice. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Voice
Voice. parseFrom(byte[] data)
static Voice
Voice. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Voice
Voice. parseFrom(com.google.protobuf.ByteString data)
static Voice
Voice. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Voice
Voice. parseFrom(com.google.protobuf.CodedInputStream input)
static Voice
Voice. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Voice
Voice. parseFrom(InputStream input)
static Voice
Voice. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Voice
Voice. parseFrom(ByteBuffer data)
static Voice
Voice. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.texttospeech.v1beta1 that return types with arguments of type Voice Modifier and Type Method Description com.google.protobuf.Parser<Voice>
Voice. getParserForType()
List<Voice>
ListVoicesResponse.Builder. getVoicesList()
The list of voices.List<Voice>
ListVoicesResponse. getVoicesList()
The list of voices.List<Voice>
ListVoicesResponseOrBuilder. getVoicesList()
The list of voices.static com.google.protobuf.Parser<Voice>
Voice. parser()
Methods in com.google.cloud.texttospeech.v1beta1 with parameters of type Voice Modifier and Type Method Description ListVoicesResponse.Builder
ListVoicesResponse.Builder. addVoices(int index, Voice value)
The list of voices.ListVoicesResponse.Builder
ListVoicesResponse.Builder. addVoices(Voice value)
The list of voices.Voice.Builder
Voice.Builder. mergeFrom(Voice other)
static Voice.Builder
Voice. newBuilder(Voice prototype)
ListVoicesResponse.Builder
ListVoicesResponse.Builder. setVoices(int index, Voice value)
The list of voices.Method parameters in com.google.cloud.texttospeech.v1beta1 with type arguments of type Voice Modifier and Type Method Description ListVoicesResponse.Builder
ListVoicesResponse.Builder. addAllVoices(Iterable<? extends Voice> values)
The list of voices.
-