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