Check Scanner Configuration
data class CheckScannerConfiguration(var documentDetectionMode: CheckDocumentDetectionMode = CheckDocumentDetectionMode.DISABLED, var acceptedCheckStandards: List<CheckStandard> = listOf( )) : Parcelable
Configuration of the check scanner.
Constructors
Link copied to clipboard
constructor(documentDetectionMode: CheckDocumentDetectionMode = CheckDocumentDetectionMode.DISABLED, acceptedCheckStandards: List<CheckStandard> = listOf( ))