Type alias DocumentClassifierStatus

DocumentClassifierStatus: "SUCCESS" | "FAILURE_SCANNING"

The status of the classification result.

  • SUCCESS: The document was classified successfully.
  • FAILURE_SCANNING: No document was detected.

Generated using TypeDoc