| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.speech_to_text.v1 |
Speech to Text Service v1
|
| com.ibm.watson.developer_cloud.speech_to_text.v1.websocket |
This package contains interfaces and implementations to work with Websocket in Speech to Text
|
| Modifier and Type | Method and Description |
|---|---|
ServiceCall<SpeechResults> |
SpeechToText.recognize(File audio)
Recognizes an audio file and returns
SpeechResults. |
ServiceCall<SpeechResults> |
SpeechToText.recognize(File audio,
RecognizeOptions options)
Recognizes an audio file and returns
SpeechResults.Here is an example of how to recognize an audio file: |
| Modifier and Type | Method and Description |
|---|---|
void |
RecognizeCallback.onTranscription(SpeechResults speechResults)
Called when a
SpeechResults was received. |
void |
BaseRecognizeCallback.onTranscription(SpeechResults speechResults) |
Copyright © 2015–2016. All rights reserved.