GeneralSettings constructor
GeneralSettings({
- int? threadsLimit,
- DecodingSpeed? decodingSpeed,
- double? roiX,
- double? roiY,
- double? roiWidth,
- double? roiHeight,
- FormattingType? formattingType,
- String? encodingCharacterSet,
- String? matchFilter,
- bool? returnOnlyMatchedResults,
- int? maximumResultsCount,
- int? multicodeCachingDuration,
- bool? multicodeCachingEnabled,
Implementation
GeneralSettings(
{this.threadsLimit,
this.decodingSpeed,
this.roiX,
this.roiY,
this.roiWidth,
this.roiHeight,
this.formattingType,
this.encodingCharacterSet,
this.matchFilter,
this.returnOnlyMatchedResults,
this.maximumResultsCount,
this.multicodeCachingDuration,
this.multicodeCachingEnabled});