Uses of Class
ai.rev.speechtotext.models.streaming.MessageType
-
Packages that use MessageType Package Description ai.rev.speechtotext.models.streaming -
-
Uses of MessageType in ai.rev.speechtotext.models.streaming
Methods in ai.rev.speechtotext.models.streaming that return MessageType Modifier and Type Method Description MessageTypeStreamingResponseMessage. getType()Returns theMessageTypeenumeration value.static MessageTypeMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageType[]MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.rev.speechtotext.models.streaming with parameters of type MessageType Modifier and Type Method Description voidStreamingResponseMessage. setType(MessageType type)Specifies the WebSocket message type.
-