capacitor-plugin-scanbot-sdk
    Preparing search index...

    Type Alias DocumentVerificationStatus

    DocumentVerificationStatus: "OK" | "OK_WITH_WARNINGS" | "INVALID"

    Overall status of the document verification.

    • OK: All the verifications passed successfully.
    • OK_WITH_WARNINGS: No verifications failed, but some of them returned warnings.
    • INVALID: At least one verification failed.

    Type Declaration

    • "OK"

      All the verifications passed successfully.

    • "OK_WITH_WARNINGS"

      No verifications failed, but some of them returned warnings.

    • "INVALID"

      At least one verification failed.