Class RegisterStatus
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.speech_to_text.v1.model.RegisterStatus
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RegisterStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about a request to register a callback for asynchronous speech recognition.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceRegisterStatus.StatusThe current status of the job: * `created`: The service successfully allowlisted the callback URL as a result of the call.
- 
Constructor SummaryConstructors Constructor Description RegisterStatus()
- 
Method SummaryMethods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Constructor Details- 
RegisterStatuspublic RegisterStatus()
 
- 
- 
Method Details- 
getStatusGets the status.The current status of the job: * `created`: The service successfully allowlisted the callback URL as a result of the call. * `already created`: The URL was already allowlisted. - Returns:
- the status
 
- 
getUrlGets the url.The callback URL that is successfully registered. - Returns:
- the url
 
 
-