Type alias DocumentAnalysisMode

DocumentAnalysisMode: "FILTERED_DOCUMENT" | "UNFILTERED_DOCUMENT"

Determines if the quality analysis for the acknowledgement mode will run on the filtered or the unfiltered image.

  • FILTERED_DOCUMENT: The quality analysis will run on the filtered document image.
  • UNFILTERED_DOCUMENT: The quality analysis will run on the unfiltered document image.

Generated using TypeDoc