You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chris Churas edited this page Jul 1, 2025
·
7 revisions
The result returned by this service.
{
"id": string // task identifier"progress": number // 0 - 100 where 100 means complete"message": string // information about progress of processing or description if failed"status": string // one of the following: submitted, processing, complete, failed"result": object (result)
}
progress
A number between 0 and 100 denoting the progress of the task. 0 means 0% and 100 means 100% complete
message
Information about progress of processing or description if failed
status
The current status of the specified task. Its value should be one of these: