CheckScannerConfiguration constructor
- CheckDocumentDetectionMode documentDetectionMode = CheckDocumentDetectionMode.DISABLED,
- List<
CheckStandard> ? acceptedCheckStandards, - ProcessingMode processingMode = ProcessingMode.AUTO,
Implementation
CheckScannerConfiguration({
this.documentDetectionMode = CheckDocumentDetectionMode.DISABLED,
List<CheckStandard>? acceptedCheckStandards,
this.processingMode = ProcessingMode.AUTO,
}) : acceptedCheckStandards = acceptedCheckStandards ?? [];