Uses of Class
com.google.cloud.texttospeech.v1.AudioConfig
-
Packages that use AudioConfig Package Description com.google.cloud.texttospeech.v1 A client to Cloud Text-to-Speech API -
-
Uses of AudioConfig in com.google.cloud.texttospeech.v1
Methods in com.google.cloud.texttospeech.v1 that return AudioConfig Modifier and Type Method Description AudioConfigAudioConfig.Builder. build()AudioConfigAudioConfig.Builder. buildPartial()AudioConfigSynthesizeLongAudioRequest.Builder. getAudioConfig()Required.AudioConfigSynthesizeLongAudioRequest. getAudioConfig()Required.AudioConfigSynthesizeLongAudioRequestOrBuilder. getAudioConfig()Required.AudioConfigSynthesizeSpeechRequest.Builder. getAudioConfig()Required.AudioConfigSynthesizeSpeechRequest. getAudioConfig()Required.AudioConfigSynthesizeSpeechRequestOrBuilder. getAudioConfig()Required.static AudioConfigAudioConfig. getDefaultInstance()AudioConfigAudioConfig.Builder. getDefaultInstanceForType()AudioConfigAudioConfig. getDefaultInstanceForType()static AudioConfigAudioConfig. parseDelimitedFrom(InputStream input)static AudioConfigAudioConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AudioConfigAudioConfig. parseFrom(byte[] data)static AudioConfigAudioConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AudioConfigAudioConfig. parseFrom(com.google.protobuf.ByteString data)static AudioConfigAudioConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AudioConfigAudioConfig. parseFrom(com.google.protobuf.CodedInputStream input)static AudioConfigAudioConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AudioConfigAudioConfig. parseFrom(InputStream input)static AudioConfigAudioConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AudioConfigAudioConfig. parseFrom(ByteBuffer data)static AudioConfigAudioConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.texttospeech.v1 that return types with arguments of type AudioConfig Modifier and Type Method Description com.google.protobuf.Parser<AudioConfig>AudioConfig. getParserForType()static com.google.protobuf.Parser<AudioConfig>AudioConfig. parser()Methods in com.google.cloud.texttospeech.v1 with parameters of type AudioConfig Modifier and Type Method Description SynthesizeLongAudioRequest.BuilderSynthesizeLongAudioRequest.Builder. mergeAudioConfig(AudioConfig value)Required.SynthesizeSpeechRequest.BuilderSynthesizeSpeechRequest.Builder. mergeAudioConfig(AudioConfig value)Required.AudioConfig.BuilderAudioConfig.Builder. mergeFrom(AudioConfig other)static AudioConfig.BuilderAudioConfig. newBuilder(AudioConfig prototype)SynthesizeLongAudioRequest.BuilderSynthesizeLongAudioRequest.Builder. setAudioConfig(AudioConfig value)Required.SynthesizeSpeechRequest.BuilderSynthesizeSpeechRequest.Builder. setAudioConfig(AudioConfig value)Required.SynthesizeSpeechResponseTextToSpeechClient. synthesizeSpeech(SynthesisInput input, VoiceSelectionParams voice, AudioConfig audioConfig)Synthesizes speech synchronously: receive results after all text input has been processed.
-