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