CheckScannerConfiguration class
Configuration of the check scanner.
Constructors
-
CheckScannerConfiguration({CheckDocumentDetectionMode documentDetectionMode = CheckDocumentDetectionMode.DISABLED, List<
CheckStandard> ? acceptedCheckStandards, ProcessingMode processingMode = ProcessingMode.AUTO}) -
CheckScannerConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
acceptedCheckStandards
↔ List<
CheckStandard> -
Accepted check standards. Optional, by default - all checks are accepted.
With an empty list no filter is applied and all checks are accepted.
getter/setter pair
- documentDetectionMode ↔ CheckDocumentDetectionMode
-
Document detection to be performed in addition to scanning the machine-readable data in the check.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- processingMode ↔ ProcessingMode
-
Scanners typically can produce better results from a single image if they are allowed to spend a longer time analyzing it.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{ToJsonConfiguration? config}) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited