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.TypeRealtimeMessageResultTranscriptionToken.Type. create(String key)RealtimeMessageResultTranscriptionToken.TypeRealtimeMessageResultTranscriptionToken. getType()Type of the transcription token.static RealtimeMessageResultTranscriptionToken.TypeRealtimeMessageResultTranscriptionToken.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.BuilderRealtimeMessageResultTranscriptionToken.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.
-