DocumentStatus
Description
The DocumentStatus enum indicates the status of a document in AIForged.
Members
Name | Value | Description |
---|---|---|
None | 0 | Default status. |
Received | 3 | The document was received into a folder and needs to be processed or trained. |
Analyzed | 4 | The document was analyzed and custom labeling can be done. |
Trained | 5 | The document was trained. |
Processing | 8 | The document is busy being processed. |
Verification | 9 | The document requires human verification. |
Processed | 10 | The document was processed and the results are published (all rules passed). |
Queued | 11 | The document is queued for processing. |
Verifying | 12 | The document is currently being verified. |
InterimProcessed | 13 | The document was processed successfully and awaiting further processing (Custom Code, external process, etc.). |
InsufficientBalance | 81 | The project's balance is too low to perform a transaction. The account needs funding. |
Error | 90 | Some error occured while processing the document. |
Archive | 98 | Flag document for hard delete based on archiving strategy. |
Deleted | 99 | Soft delete the document in the database for hard delete in the near future. |