Document Scanner Output Settings
data class DocumentScannerOutputSettings(var pagesScanLimit: Int = 0, var documentImageSizeLimit: Int = 0, var documentAnalysisMode: DocumentAnalysisMode = DocumentAnalysisMode.UNFILTERED_DOCUMENT, var defaultFilter: ParametricFilter? = null) : Parcelable
Configuration of the output settings.
Constructors
Link copied to clipboard
constructor(pagesScanLimit: Int = 0, documentImageSizeLimit: Int = 0, documentAnalysisMode: DocumentAnalysisMode = DocumentAnalysisMode.UNFILTERED_DOCUMENT, defaultFilter: ParametricFilter? = null)
Properties
Link copied to clipboard
Determines the image filter to apply by default.
Link copied to clipboard
Determines if the quality analysis for the acknowledgement mode will run on the filtered or the unfiltered image.
Link copied to clipboard
The limit of the size of the cropped document images. If one of the dimensions of the cropped image is larger than the limit, the image is downscaled so that its longer dimension matches the limit. The default is 0 (no limit).
Link copied to clipboard
The limit of the number of pages that can be scanned. Default is 0 (no limit).