| 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 |
|---|---|
SpeechModel |
SpeechToText.getModel(SpeechModel watsonModel)
Gets the model.
|
SpeechModel |
SpeechToText.getModel(String name)
Gets the model.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpeechModel> |
SpeechToText.getModels()
Gets the models.
|
| Modifier and Type | Method and Description |
|---|---|
SpeechModel |
SpeechToText.getModel(SpeechModel watsonModel)
Gets the model.
|
| Modifier and Type | Field and Description |
|---|---|
static SpeechModel |
SpeechModel.WATSON_MODEL |
| Modifier and Type | Method and Description |
|---|---|
SpeechModel |
SpeechModel.withName(String name)
With name.
|
SpeechModel |
SpeechModel.withRate(int rate)
With rate.
|
SpeechModel |
SpeechModel.withSessions(String sessions)
With sessions.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpeechModel> |
SpeechModelSet.getModels()
Gets the models.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpeechModelSet.setModels(List<SpeechModel> models)
Sets the models.
|
SpeechModelSet |
SpeechModelSet.withModels(List<SpeechModel> models)
With models.
|
Copyright © 2015. All rights reserved.