Enumeration members
RECOGNITIONS_COMPLETED
RECOGNITIONS_COMPLETED: = "recognitions.completed"
RECOGNITIONS_COMPLETED_WITH_RESULTS
RECOGNITIONS_COMPLETED_WITH_RESULTS: = "recognitions.completed_with_results"
RECOGNITIONS_FAILED
RECOGNITIONS_FAILED: = "recognitions.failed"
RECOGNITIONS_STARTED
RECOGNITIONS_STARTED: = "recognitions.started"
If the job includes a callback URL, a comma-separated list of notification events to which to subscribe. Valid events are *
recognitions.startedgenerates a callback notification when the service begins to process the job. *recognitions.completedgenerates a callback notification when the job is complete. You must use the Check a job method to retrieve the results before they time out or are deleted. *recognitions.completed_with_resultsgenerates a callback notification when the job is complete. The notification includes the results of the request. *recognitions.failedgenerates a callback notification if the service experiences an error while processing the job. Therecognitions.completedandrecognitions.completed_with_resultsevents are incompatible. You can specify only of the two events. If the job includes a callback URL, omit the parameter to subscribe to the default events:recognitions.started,recognitions.completed, andrecognitions.failed. If the job does not include a callback URL, omit the parameter.