IDCheckioParams class

Describes all SDK parameters and extra parameters.

Constructors

IDCheckioParams({DocumentType? docType, IDCheckioOrientation? orientation, ConfirmationType? confirmationType, bool? useHd, IntegrityCheck? integrityCheck, Extraction? sideOneExtraction, Extraction? sideTwoExtraction, Language? language, int? manualButtonTimer, bool? adjustCrop, FileSize? maxPictureFilesize, CaptureMode? captureMode, String? token, bool? confirmAbort, OnlineConfig? onlineConfig, Map<String, String>? overrideWordings})

Properties

adjustCrop bool?
getter/setter pair
captureMode CaptureMode?
getter/setter pair
confirmAbort bool?
getter/setter pair
confirmationType ConfirmationType?
getter/setter pair
docType DocumentType?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integrityCheck IntegrityCheck?
getter/setter pair
language Language?
getter/setter pair
manualButtonTimer int?
getter/setter pair
maxPictureFilesize FileSize?
getter/setter pair
onlineConfig OnlineConfig?
getter/setter pair
orientation IDCheckioOrientation?
getter/setter pair
overrideWordings Map<String, String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sideOneExtraction Extraction?
getter/setter pair
sideTwoExtraction Extraction?
getter/setter pair
token String?
getter/setter pair
useHd bool?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Create a json from these properties.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited