ProcessParamsConfig constructor

ProcessParamsConfig({
  1. String? scenario,
  2. bool returnCroppedBarcode = true,
  3. bool returnCroppedImage = true,
  4. bool returnUncroppedImage = false,
  5. ImageQualityConfig? imageQuality,
  6. String? dateFormat,
  7. bool measureSystemPerformance = false,
  8. List<int>? documentIdList,
  9. bool multipageProcessing = false,
  10. bool alreadyCropped = false,
  11. bool generateNumericCodes = true,
})

Implementation

ProcessParamsConfig({
  this.scenario,
  this.returnCroppedBarcode = true,
  this.returnCroppedImage = true,
  this.returnUncroppedImage = false,
  this.imageQuality,
  this.dateFormat,
  this.measureSystemPerformance = false,
  this.documentIdList,
  this.multipageProcessing = false,
  this.alreadyCropped = false,
  this.generateNumericCodes = true,
});