Uses of Class
com.oracle.bmc.aispeech.model.RealtimeMessageResultTranscriptionToken
-
Packages that use RealtimeMessageResultTranscriptionToken Package Description com.oracle.bmc.aispeech.model -
-
Uses of RealtimeMessageResultTranscriptionToken in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return RealtimeMessageResultTranscriptionToken Modifier and Type Method Description RealtimeMessageResultTranscriptionToken
RealtimeMessageResultTranscriptionToken.Builder. build()
Methods in com.oracle.bmc.aispeech.model that return types with arguments of type RealtimeMessageResultTranscriptionToken Modifier and Type Method Description List<RealtimeMessageResultTranscriptionToken>
RealtimeMessageResultTranscription. getTokens()
Array of individual transcription tokens.Methods in com.oracle.bmc.aispeech.model with parameters of type RealtimeMessageResultTranscriptionToken Modifier and Type Method Description RealtimeMessageResultTranscriptionToken.Builder
RealtimeMessageResultTranscriptionToken.Builder. copy(RealtimeMessageResultTranscriptionToken model)
Method parameters in com.oracle.bmc.aispeech.model with type arguments of type RealtimeMessageResultTranscriptionToken Modifier and Type Method Description RealtimeMessageResultTranscription.Builder
RealtimeMessageResultTranscription.Builder. tokens(List<RealtimeMessageResultTranscriptionToken> tokens)
Array of individual transcription tokens.Constructor parameters in com.oracle.bmc.aispeech.model with type arguments of type RealtimeMessageResultTranscriptionToken Constructor Description RealtimeMessageResultTranscription(String transcription, Boolean isFinal, Integer startTimeInMs, Integer endTimeInMs, Float confidence, Integer trailingSilence, List<RealtimeMessageResultTranscriptionToken> tokens)
Deprecated.
-