ProcessParamsConfig constructor
ProcessParamsConfig({
- String? scenario,
- bool returnCroppedBarcode = true,
- bool returnCroppedImage = true,
- bool returnUncroppedImage = false,
- ImageQualityConfig? imageQuality,
- String? dateFormat,
- bool measureSystemPerformance = false,
- List<
int> ? documentIdList, - bool multipageProcessing = false,
- bool alreadyCropped = false,
- 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,
});