Uses of Class
com.oracle.bmc.aispeech.requests.SynthesizeSpeechRequest
-
Packages that use SynthesizeSpeechRequest Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.requests -
-
Uses of SynthesizeSpeechRequest in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech with parameters of type SynthesizeSpeechRequest 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.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)
SynthesizeSpeechResponse
AIServiceSpeechClient. synthesizeSpeech(SynthesizeSpeechRequest request)
Method parameters in com.oracle.bmc.aispeech with type arguments of type SynthesizeSpeechRequest 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 SynthesizeSpeechRequest in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return SynthesizeSpeechRequest Modifier and Type Method Description SynthesizeSpeechRequest
SynthesizeSpeechRequest.Builder. build()
Build the instance of SynthesizeSpeechRequest as configured by this builderSynthesizeSpeechRequest
SynthesizeSpeechRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SynthesizeSpeechRequest as configured by this builderMethods in com.oracle.bmc.aispeech.requests with parameters of type SynthesizeSpeechRequest Modifier and Type Method Description SynthesizeSpeechRequest.Builder
SynthesizeSpeechRequest.Builder. copy(SynthesizeSpeechRequest o)
Copy method to populate the builder with values from the given instance.
-