| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.speech_to_text.v1 |
Copyright 2015 IBM Corp.
|
| com.ibm.watson.developer_cloud.speech_to_text.v1.websocket |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeechToText.recognizeUsingWebSockets(InputStream audio,
RecognizeOptions options,
RecognizeDelegate delegate)
Recognizes an audio
InputStream using WebSockets. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRecognizeDelegate
An empty implementation of
RecognizeDelegate interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketSpeechToTextClient.recognize(InputStream stream,
RecognizeOptions options,
RecognizeDelegate delegate)
Creates a WebSocket connection to the Speech To Text service and sends the audio bytes from the
input stream for recognition
|
| Constructor and Description |
|---|
WebSocketListener(RecognizeDelegate delegate)
Instantiates a new WebSocket listener.
|
Copyright © 2015–2016. All rights reserved.