Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.JobStatusNew Class Reference

This data class contains information about a newly created recognition job. More...

Properties

string created [get, set]
 The date and time in Coordinated Universal Time (UTC) at which the job was created. The value is provided in full ISO 8601 format (YYYY-MM-DDThh:mm:ss.sTZD). More...
 
string id [get, set]
 The ID of the job. More...
 
string url [get, set]
 The URL to use to request information about the job with the GET /v1/recognitions/{id} method. More...
 
string status [get, set]
 The current status of the job. waiting: The service is preparing the job for processing; the service always returns this status when the job is initially created or when it is waiting for capacity to process the job. processing: The service is actively processing the job. completed: The service has finished processing the job; if the job specified a callback URL and the event recognitions.completed_with_results, the service sent the results with the callback notification; otherwise, use the GET /v1/recognitions/{id} method to retrieve the results. failed: The job failed. More...
 

Detailed Description

This data class contains information about a newly created recognition job.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.JobStatusNew.created
getset

The date and time in Coordinated Universal Time (UTC) at which the job was created. The value is provided in full ISO 8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.JobStatusNew.id
getset

The ID of the job.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.JobStatusNew.status
getset

The current status of the job. waiting: The service is preparing the job for processing; the service always returns this status when the job is initially created or when it is waiting for capacity to process the job. processing: The service is actively processing the job. completed: The service has finished processing the job; if the job specified a callback URL and the event recognitions.completed_with_results, the service sent the results with the callback notification; otherwise, use the GET /v1/recognitions/{id} method to retrieve the results. failed: The job failed.

string IBM.Watson.DeveloperCloud.Services.SpeechToText.v1.JobStatusNew.url
getset

The URL to use to request information about the job with the GET /v1/recognitions/{id} method.


The documentation for this class was generated from the following file: