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

    Type Alias AcknowledgementMode

    AcknowledgementMode: "BAD_QUALITY" | "ALWAYS" | "NONE"

    Determines, after each page is snapped, whether the acknowledgment screen should be displayed or not.

    • BAD_QUALITY: The acknowledgement screen will only be shown when the quality of a scanned page is unacceptable. The quality threshold is determined by the minimumQuality parameter.
    • ALWAYS: The acknowledgement screen will always be shown after each snap, regardless of the scanned page's quality.
    • NONE: The acknowledgement screen will be disabled, in effect never shown.

    Type Declaration

    • "BAD_QUALITY"

      The acknowledgement screen will only be shown when the quality of a scanned page is unacceptable. The quality threshold is determined by the minimumQuality parameter.

    • "ALWAYS"

      The acknowledgement screen will always be shown after each snap, regardless of the scanned page's quality.

    • "NONE"

      The acknowledgement screen will be disabled, in effect never shown.