| 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.model |
Classes that map the HTTP service requests and responses into POJOs
|
| Modifier and Type | Method and Description |
|---|---|
ServiceCall<SpeechSession> |
SpeechToText.createSession()
Creates a session to lock an engine to the session.
|
ServiceCall<SpeechSession> |
SpeechToText.createSession(SpeechModel model)
Creates a session to lock an engine to the session.
|
ServiceCall<SpeechSession> |
SpeechToText.createSession(String model)
Creates a session to lock an engine to the session.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceCall<Void> |
SpeechToText.deleteSession(SpeechSession session)
Deletes a
SpeechSession. |
ServiceCall<SpeechSessionStatus> |
SpeechToText.getRecognizeStatus(SpeechSession session)
Gets the session status.
|
| Modifier and Type | Method and Description |
|---|---|
RecognizeOptions.Builder |
RecognizeOptions.Builder.session(SpeechSession session)
Sets the session id.
|
Copyright © 2015–2016. All rights reserved.