Module: Mindee::Parsing::Common::JobStatus
- Defined in:
- lib/mindee/parsing/common/api_response.rb
Overview
Potential values for queue in asynchronous calls.
Constant Summary collapse
- WAITING =
Document is waiting to be processed.
:waiting
- PROCESSING =
Document is currently being parsed.
:processing
- COMPLETED =
Document parsing is complete.
:completed
- FAILURE =
Job failed
:failed