| 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 |
|---|---|
SpeechSession |
SpeechToText.createSession()
Create a session to lock an engine to the session.
|
SpeechSession |
SpeechToText.createSession(String model)
Create a session to lock an engine to the session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpeechToText.deleteSession(SpeechSession session)
Delete a session.
|
SessionStatus |
SpeechToText.getRecognizeStatus(SpeechSession session)
Get the recognize status.
|
| Modifier and Type | Method and Description |
|---|---|
SpeechSession |
SpeechSession.withNewSessionUri(String newSessionUri)
With new session uri.
|
SpeechSession |
SpeechSession.withObserveResult(String observeResult)
With observe result.
|
SpeechSession |
SpeechSession.withRecognize(String recognize)
With recognize.
|
SpeechSession |
SpeechSession.withRecognizeWS(String recognizeWS)
With recognize ws.
|
SpeechSession |
SpeechSession.withSessionId(String sessionId)
With session id.
|
Copyright © 2015. All rights reserved.