TinConfig constructor
TinConfig({
- double? detectionMinHeightRatio,
- double? horizontalAlignmentRatio,
- int? minConfidence,
- TinConfigScanMode? scanMode,
- UpsideDownMode? upsideDownMode,
- bool? validateProductionDate,
- String? validationRegex,
Implementation
TinConfig({
this.detectionMinHeightRatio,
this.horizontalAlignmentRatio,
this.minConfidence,
this.scanMode,
this.upsideDownMode,
this.validateProductionDate,
this.validationRegex,
});