JobStatusNew Class |
Namespace: IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
public class JobStatusNew
The JobStatusNew type exposes the following members.
Name | Description | |
---|---|---|
JobStatusNew | Initializes a new instance of the JobStatusNew class |
Name | Description | |
---|---|---|
created |
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).
| |
id |
The ID of the job.
| |
status |
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.
| |
url |
The URL to use to request information about the job with the GET /v1/recognitions/{id} method.
|