Uses of Interface
com.ibm.watson.speech_to_text.v1.websocket.RecognizeCallback
Package | Description |
---|---|
com.ibm.watson.speech_to_text.v1 |
Speech to Text v1.
|
com.ibm.watson.speech_to_text.v1.websocket |
This package contains interfaces and implementations to work with Websocket in Speech to Text.
|
-
Uses of RecognizeCallback in com.ibm.watson.speech_to_text.v1
Methods in com.ibm.watson.speech_to_text.v1 with parameters of type RecognizeCallback Modifier and Type Method Description okhttp3.WebSocket
SpeechToText. recognizeUsingWebSocket(RecognizeWithWebsocketsOptions recognizeOptions, RecognizeCallback callback)
Sends audio and returns transcription results for recognition requests over a WebSocket connection. -
Uses of RecognizeCallback in com.ibm.watson.speech_to_text.v1.websocket
Classes in com.ibm.watson.speech_to_text.v1.websocket that implement RecognizeCallback Modifier and Type Class Description class
BaseRecognizeCallback
An empty implementation ofRecognizeCallback
interface.Constructors in com.ibm.watson.speech_to_text.v1.websocket with parameters of type RecognizeCallback Constructor Description SpeechToTextWebSocketListener(RecognizeWithWebsocketsOptions options, RecognizeCallback callback)
Instantiates a new speech to text web socket listener.