| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.speech_to_text.v1.model |
Speech To Text POJOs
|
| Modifier and Type | Method and Description |
|---|---|
Transcript |
Transcript.withAlternatives(List<SpeechAlternative> alternatives)
With alternatives.
|
Transcript |
Transcript.withFinal(boolean _final)
With final.
|
| Modifier and Type | Method and Description |
|---|---|
List<Transcript> |
SpeechResults.getResults()
Gets the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpeechResults.setResults(List<Transcript> results)
Sets the results.
|
SpeechResults |
SpeechResults.withResults(List<Transcript> results)
With results.
|
Copyright © 2015. All rights reserved.