public class RecognitionCallback extends GenericModel
SpeechToText.registerCallback(String, String) to register a callback URL to be notified by the
 service of the recognition status and, optionally, the results automatically.| Modifier and Type | Class and Description | 
|---|---|
| static class  | RecognitionCallback.StatusRegister Callback Status. | 
| Constructor and Description | 
|---|
| RecognitionCallback() | 
| Modifier and Type | Method and Description | 
|---|---|
| RecognitionCallback.Status | getStatus()Gets the status. | 
| String | getUrl()Gets the url. | 
| void | setStatus(RecognitionCallback.Status status)Sets the status. | 
| void | setUrl(String url)Sets the url. | 
equals, hashCode, toStringpublic RecognitionCallback.Status getStatus()
public void setStatus(RecognitionCallback.Status status)
status - the new statuspublic String getUrl()
public void setUrl(String url)
url - the new urlCopyright © 2015–2016 IBM Watson. All rights reserved.