Uses of Class
com.oracle.bmc.aispeech.model.SynthesizeSpeechDetails
-
Packages that use SynthesizeSpeechDetails Package Description com.oracle.bmc.aispeech.model com.oracle.bmc.aispeech.requests -
-
Uses of SynthesizeSpeechDetails in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return SynthesizeSpeechDetails Modifier and Type Method Description SynthesizeSpeechDetails
SynthesizeSpeechDetails.Builder. build()
Methods in com.oracle.bmc.aispeech.model with parameters of type SynthesizeSpeechDetails Modifier and Type Method Description SynthesizeSpeechDetails.Builder
SynthesizeSpeechDetails.Builder. copy(SynthesizeSpeechDetails model)
-
Uses of SynthesizeSpeechDetails in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return SynthesizeSpeechDetails Modifier and Type Method Description SynthesizeSpeechDetails
SynthesizeSpeechRequest. getBody$()
Alternative accessor for the body parameter.SynthesizeSpeechDetails
SynthesizeSpeechRequest. getSynthesizeSpeechDetails()
The request to be sent to the TTS service to get required inference audio.Methods in com.oracle.bmc.aispeech.requests with parameters of type SynthesizeSpeechDetails Modifier and Type Method Description SynthesizeSpeechRequest.Builder
SynthesizeSpeechRequest.Builder. body$(SynthesizeSpeechDetails body)
Alternative setter for the body parameter.SynthesizeSpeechRequest.Builder
SynthesizeSpeechRequest.Builder. synthesizeSpeechDetails(SynthesizeSpeechDetails synthesizeSpeechDetails)
The request to be sent to the TTS service to get required inference audio.
-