Uses of Class
com.oracle.bmc.aispeech.responses.SynthesizeSpeechResponse
-
Packages that use SynthesizeSpeechResponse Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.responses -
-
Uses of SynthesizeSpeechResponse in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech that return SynthesizeSpeechResponse Modifier and Type Method Description SynthesizeSpeechResponse
AIServiceSpeech. synthesizeSpeech(SynthesizeSpeechRequest request)
Creates an audio for the given input text based on other input parameters like language, voice type, etc.SynthesizeSpeechResponse
AIServiceSpeechClient. synthesizeSpeech(SynthesizeSpeechRequest request)
Methods in com.oracle.bmc.aispeech that return types with arguments of type SynthesizeSpeechResponse Modifier and Type Method Description Future<SynthesizeSpeechResponse>
AIServiceSpeechAsync. synthesizeSpeech(SynthesizeSpeechRequest request, AsyncHandler<SynthesizeSpeechRequest,SynthesizeSpeechResponse> handler)
Creates an audio for the given input text based on other input parameters like language, voice type, etc.Future<SynthesizeSpeechResponse>
AIServiceSpeechAsyncClient. synthesizeSpeech(SynthesizeSpeechRequest request, AsyncHandler<SynthesizeSpeechRequest,SynthesizeSpeechResponse> handler)
Method parameters in com.oracle.bmc.aispeech with type arguments of type SynthesizeSpeechResponse Modifier and Type Method Description Future<SynthesizeSpeechResponse>
AIServiceSpeechAsync. synthesizeSpeech(SynthesizeSpeechRequest request, AsyncHandler<SynthesizeSpeechRequest,SynthesizeSpeechResponse> handler)
Creates an audio for the given input text based on other input parameters like language, voice type, etc.Future<SynthesizeSpeechResponse>
AIServiceSpeechAsyncClient. synthesizeSpeech(SynthesizeSpeechRequest request, AsyncHandler<SynthesizeSpeechRequest,SynthesizeSpeechResponse> handler)
-
Uses of SynthesizeSpeechResponse in com.oracle.bmc.aispeech.responses
Methods in com.oracle.bmc.aispeech.responses that return SynthesizeSpeechResponse Modifier and Type Method Description SynthesizeSpeechResponse
SynthesizeSpeechResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aispeech.responses with parameters of type SynthesizeSpeechResponse Modifier and Type Method Description SynthesizeSpeechResponse.Builder
SynthesizeSpeechResponse.Builder. copy(SynthesizeSpeechResponse o)
Copy method to populate the builder with values from the given instance.
-