| 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 |
|---|---|
SessionStatus |
SpeechToText.getRecognizeStatus(SpeechSession session)
Get the recognize status.
|
SessionStatus |
SpeechToText.getRecognizeStatus(String sessionId)
Gets the session status.
|
| Modifier and Type | Method and Description |
|---|---|
SessionStatus |
SessionStatus.withModel(String model)
With model.
|
SessionStatus |
SessionStatus.withObserveResult(String observeResult)
With observe result.
|
SessionStatus |
SessionStatus.withRecognize(String recognize)
With recognize.
|
SessionStatus |
SessionStatus.withState(String state)
With state.
|
Copyright © 2015. All rights reserved.