Skip to content

Files

Latest commit

 

History

History
14 lines (10 loc) · 1.01 KB

File metadata and controls

14 lines (10 loc) · 1.01 KB

JobStatusResult

Properties

Name Type Description Notes
successful bool True if the operation to check the status of the job was successful, false otherwise [optional]
async_job_status string Returns the job status of the Async Job, if applicable. Possible states are STARTED and COMPLETED [optional]
async_job_id string When the job exceeds 25 pages, an Async Job ID is returned. Use the CheckPdfOcrJobStatus API to check on the status of this job using the AsyncJobID and get the result when it finishes [optional]
pptx_result \Swagger\Client\Model\SplitPptxPresentationResult PowerPoint split result (if applicable) [optional]
error_message string Error message (if any) [optional]

[Back to Model list] [Back to API list] [Back to README]