IDCheckioParams constructor
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,
Implementation
IDCheckioParams({
this.docType,
this.orientation,
this.confirmationType,
this.useHd,
this.integrityCheck,
this.sideOneExtraction,
this.sideTwoExtraction,
this.language,
this.manualButtonTimer,
this.adjustCrop,
this.maxPictureFilesize,
this.captureMode,
this.token,
this.confirmAbort,
this.onlineConfig,
this.overrideWordings
});