| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.speech_to_text.v1 |
The Speech to Text service converts the human voice into the written word.
|
| com.ibm.watson.developer_cloud.speech_to_text.v1.model |
Speech To Text POJOs
|
| Modifier and Type | Method and Description |
|---|---|
SpeechResults |
SpeechToText.recognize(File audio,
String contentType)
Recognize.
|
SpeechResults |
SpeechToText.recognize(File audio,
String contentType,
String session,
boolean continuous)
Recognize.
|
| Modifier and Type | Method and Description |
|---|---|
SpeechResults |
SpeechResults.withResultIndex(int resultIndex)
With result index.
|
SpeechResults |
SpeechResults.withResults(List<Transcript> results)
With results.
|
Copyright © 2015. All rights reserved.