Uses of Class
com.oracle.bmc.aispeech.model.RealtimeMessageResultTranscription
-
Packages that use RealtimeMessageResultTranscription Package Description com.oracle.bmc.aispeech.model -
-
Uses of RealtimeMessageResultTranscription in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return RealtimeMessageResultTranscription Modifier and Type Method Description RealtimeMessageResultTranscription
RealtimeMessageResultTranscription.Builder. build()
Methods in com.oracle.bmc.aispeech.model that return types with arguments of type RealtimeMessageResultTranscription Modifier and Type Method Description List<RealtimeMessageResultTranscription>
RealtimeMessageResult. getTranscriptions()
List of transcription objects.Methods in com.oracle.bmc.aispeech.model with parameters of type RealtimeMessageResultTranscription Modifier and Type Method Description RealtimeMessageResultTranscription.Builder
RealtimeMessageResultTranscription.Builder. copy(RealtimeMessageResultTranscription model)
Method parameters in com.oracle.bmc.aispeech.model with type arguments of type RealtimeMessageResultTranscription Modifier and Type Method Description RealtimeMessageResult.Builder
RealtimeMessageResult.Builder. transcriptions(List<RealtimeMessageResultTranscription> transcriptions)
List of transcription objects.Constructor parameters in com.oracle.bmc.aispeech.model with type arguments of type RealtimeMessageResultTranscription Constructor Description RealtimeMessageResult(String sessionId, List<RealtimeMessageResultTranscription> transcriptions)
Deprecated.
-