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 SynthesizeSpeechResponseAIServiceSpeech. 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)SynthesizeSpeechResponseAIServiceSpeechClient. 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 SynthesizeSpeechRequestSynthesizeSpeechRequest.Builder. build()Build the instance of SynthesizeSpeechRequest as configured by this builderSynthesizeSpeechRequestSynthesizeSpeechRequest.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.BuilderSynthesizeSpeechRequest.Builder. copy(SynthesizeSpeechRequest o)Copy method to populate the builder with values from the given instance.
-