IDCheckioParams constructor

IDCheckioParams({
  1. DocumentType? docType,
  2. IDCheckioOrientation? orientation,
  3. ConfirmationType? confirmationType,
  4. bool? useHd,
  5. IntegrityCheck? integrityCheck,
  6. Extraction? sideOneExtraction,
  7. Extraction? sideTwoExtraction,
  8. Language? language,
  9. int? manualButtonTimer,
  10. bool? adjustCrop,
  11. FileSize? maxPictureFilesize,
  12. CaptureMode? captureMode,
  13. String? token,
  14. bool? confirmAbort,
  15. OnlineConfig? onlineConfig,
  16. 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
});