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 SynthesisInputSynthesisInput.Builder. build()SynthesisInputSynthesisInput.Builder. buildPartial()static SynthesisInputSynthesisInput. getDefaultInstance()SynthesisInputSynthesisInput.Builder. getDefaultInstanceForType()SynthesisInputSynthesisInput. getDefaultInstanceForType()SynthesisInputSynthesizeLongAudioRequest.Builder. getInput()Required.SynthesisInputSynthesizeLongAudioRequest. getInput()Required.SynthesisInputSynthesizeLongAudioRequestOrBuilder. getInput()Required.SynthesisInputSynthesizeSpeechRequest.Builder. getInput()Required.SynthesisInputSynthesizeSpeechRequest. getInput()Required.SynthesisInputSynthesizeSpeechRequestOrBuilder. getInput()Required.static SynthesisInputSynthesisInput. parseDelimitedFrom(InputStream input)static SynthesisInputSynthesisInput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesisInputSynthesisInput. parseFrom(byte[] data)static SynthesisInputSynthesisInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesisInputSynthesisInput. parseFrom(com.google.protobuf.ByteString data)static SynthesisInputSynthesisInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesisInputSynthesisInput. parseFrom(com.google.protobuf.CodedInputStream input)static SynthesisInputSynthesisInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesisInputSynthesisInput. parseFrom(InputStream input)static SynthesisInputSynthesisInput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesisInputSynthesisInput. parseFrom(ByteBuffer data)static SynthesisInputSynthesisInput. 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.BuilderSynthesisInput.Builder. mergeFrom(SynthesisInput other)SynthesizeLongAudioRequest.BuilderSynthesizeLongAudioRequest.Builder. mergeInput(SynthesisInput value)Required.SynthesizeSpeechRequest.BuilderSynthesizeSpeechRequest.Builder. mergeInput(SynthesisInput value)Required.static SynthesisInput.BuilderSynthesisInput. newBuilder(SynthesisInput prototype)SynthesizeLongAudioRequest.BuilderSynthesizeLongAudioRequest.Builder. setInput(SynthesisInput value)Required.SynthesizeSpeechRequest.BuilderSynthesizeSpeechRequest.Builder. setInput(SynthesisInput value)Required.SynthesizeSpeechResponseTextToSpeechClient. synthesizeSpeech(SynthesisInput input, VoiceSelectionParams voice, AudioConfig audioConfig)Synthesizes speech synchronously: receive results after all text input has been processed.
-