Uses of Class
com.oracle.bmc.aispeech.model.RealtimeMessageResultTranscriptionToken.Type
-
Packages that use RealtimeMessageResultTranscriptionToken.Type Package Description com.oracle.bmc.aispeech.model -
-
Uses of RealtimeMessageResultTranscriptionToken.Type in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return RealtimeMessageResultTranscriptionToken.Type Modifier and Type Method Description static RealtimeMessageResultTranscriptionToken.Type
RealtimeMessageResultTranscriptionToken.Type. create(String key)
RealtimeMessageResultTranscriptionToken.Type
RealtimeMessageResultTranscriptionToken. getType()
Type of the transcription token.static RealtimeMessageResultTranscriptionToken.Type
RealtimeMessageResultTranscriptionToken.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static RealtimeMessageResultTranscriptionToken.Type[]
RealtimeMessageResultTranscriptionToken.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aispeech.model with parameters of type RealtimeMessageResultTranscriptionToken.Type Modifier and Type Method Description RealtimeMessageResultTranscriptionToken.Builder
RealtimeMessageResultTranscriptionToken.Builder. type(RealtimeMessageResultTranscriptionToken.Type type)
Type of the transcription token.Constructors in com.oracle.bmc.aispeech.model with parameters of type RealtimeMessageResultTranscriptionToken.Type Constructor Description RealtimeMessageResultTranscriptionToken(String token, Integer startTimeInMs, Integer endTimeInMs, Float confidence, RealtimeMessageResultTranscriptionToken.Type type)
Deprecated.
-