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 AudioConfig
AudioConfig.Builder. build()
AudioConfig
AudioConfig.Builder. buildPartial()
AudioConfig
SynthesizeLongAudioRequest.Builder. getAudioConfig()
Required.AudioConfig
SynthesizeLongAudioRequest. getAudioConfig()
Required.AudioConfig
SynthesizeLongAudioRequestOrBuilder. getAudioConfig()
Required.AudioConfig
SynthesizeSpeechRequest.Builder. getAudioConfig()
Required.AudioConfig
SynthesizeSpeechRequest. getAudioConfig()
Required.AudioConfig
SynthesizeSpeechRequestOrBuilder. getAudioConfig()
Required.static AudioConfig
AudioConfig. getDefaultInstance()
AudioConfig
AudioConfig.Builder. getDefaultInstanceForType()
AudioConfig
AudioConfig. getDefaultInstanceForType()
static AudioConfig
AudioConfig. parseDelimitedFrom(InputStream input)
static AudioConfig
AudioConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioConfig
AudioConfig. parseFrom(byte[] data)
static AudioConfig
AudioConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioConfig
AudioConfig. parseFrom(com.google.protobuf.ByteString data)
static AudioConfig
AudioConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioConfig
AudioConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static AudioConfig
AudioConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioConfig
AudioConfig. parseFrom(InputStream input)
static AudioConfig
AudioConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AudioConfig
AudioConfig. parseFrom(ByteBuffer data)
static AudioConfig
AudioConfig. 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.Builder
SynthesizeLongAudioRequest.Builder. mergeAudioConfig(AudioConfig value)
Required.SynthesizeSpeechRequest.Builder
SynthesizeSpeechRequest.Builder. mergeAudioConfig(AudioConfig value)
Required.AudioConfig.Builder
AudioConfig.Builder. mergeFrom(AudioConfig other)
static AudioConfig.Builder
AudioConfig. newBuilder(AudioConfig prototype)
SynthesizeLongAudioRequest.Builder
SynthesizeLongAudioRequest.Builder. setAudioConfig(AudioConfig value)
Required.SynthesizeSpeechRequest.Builder
SynthesizeSpeechRequest.Builder. setAudioConfig(AudioConfig value)
Required.SynthesizeSpeechResponse
TextToSpeechClient. synthesizeSpeech(SynthesisInput input, VoiceSelectionParams voice, AudioConfig audioConfig)
Synthesizes speech synchronously: receive results after all text input has been processed.
-