| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.speech_to_text.v1 |
Copyright 2015 IBM Corp.
|
| com.ibm.watson.developer_cloud.speech_to_text.v1.model |
Copyright 2015 IBM Corp.
|
| Modifier and Type | Method and Description |
|---|---|
SpeechModel |
SpeechToText.getModel(String name)
Gets the speech model.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpeechModel> |
SpeechToText.getModels()
Gets the models.
|
| Modifier and Type | Method and Description |
|---|---|
SpeechSession |
SpeechToText.createSession(SpeechModel model)
Create a session to lock an engine to the session.
|
| Modifier and Type | Field and Description |
|---|---|
static SpeechModel |
SpeechModel.EN_BROADBAND16K
US English broadband model (16KHz).
|
static SpeechModel |
SpeechModel.ES_BROADBAND16K
Spanish broadband model (16KHz).
|
static SpeechModel |
SpeechModel.PT_BROADBAND16K
Brazilian Portuguese broadband model (16KHz).
|
| 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.
|
Copyright © 2015. All rights reserved.