Uses of Class
ai.rev.speechtotext.models.streaming.SessionConfig
-
Packages that use SessionConfig Package Description ai.rev.speechtotext -
-
Uses of SessionConfig in ai.rev.speechtotext
Methods in ai.rev.speechtotext with parameters of type SessionConfig Modifier and Type Method Description voidStreamingClient. connect(RevAiWebSocketListener revAiWebSocketListener, StreamContentType streamContentType, SessionConfig sessionConfig)Overload ofStreamingClient.connect(RevAiWebSocketListener, StreamContentType, String, SessionConfig)without the optional metadata.voidStreamingClient. connect(RevAiWebSocketListener revAiWebSocketListener, StreamContentType streamContentType, String metadata, SessionConfig sessionConfig)Sends an HTTP request and upon authorization is upgraded to a WebSocket connection.
-