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 SynthesizeSpeechDetailsSynthesizeSpeechDetails.Builder. build()Methods in com.oracle.bmc.aispeech.model with parameters of type SynthesizeSpeechDetails Modifier and Type Method Description SynthesizeSpeechDetails.BuilderSynthesizeSpeechDetails.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 SynthesizeSpeechDetailsSynthesizeSpeechRequest. getBody$()Alternative accessor for the body parameter.SynthesizeSpeechDetailsSynthesizeSpeechRequest. 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.BuilderSynthesizeSpeechRequest.Builder. body$(SynthesizeSpeechDetails body)Alternative setter for the body parameter.SynthesizeSpeechRequest.BuilderSynthesizeSpeechRequest.Builder. synthesizeSpeechDetails(SynthesizeSpeechDetails synthesizeSpeechDetails)The request to be sent to the TTS service to get required inference audio.
-