public class RecognitionJob
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
RecognitionJob.Status
The current status of the job:
* `waiting`: The service is preparing the job for processing.
|
Constructor and Description |
---|
RecognitionJob() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreated()
Gets the created.
|
java.lang.String |
getId()
Gets the id.
|
java.util.List<SpeechRecognitionResults> |
getResults()
Gets the results.
|
java.lang.String |
getStatus()
Gets the status.
|
java.lang.String |
getUpdated()
Gets the updated.
|
java.lang.String |
getUrl()
Gets the url.
|
java.lang.String |
getUserToken()
Gets the userToken.
|
java.util.List<java.lang.String> |
getWarnings()
Gets the warnings.
|
public java.lang.String getId()
public java.lang.String getStatus()
public java.lang.String getCreated()
public java.lang.String getUpdated()
public java.lang.String getUrl()
public java.lang.String getUserToken()
public java.util.List<SpeechRecognitionResults> getResults()
public java.util.List<java.lang.String> getWarnings()