TinConfig constructor

TinConfig({
  1. double? detectionMinHeightRatio,
  2. double? horizontalAlignmentRatio,
  3. int? minConfidence,
  4. TinConfigScanMode? scanMode,
  5. UpsideDownMode? upsideDownMode,
  6. bool? validateProductionDate,
  7. String? validationRegex,
})

Implementation

TinConfig({
  this.detectionMinHeightRatio,
  this.horizontalAlignmentRatio,
  this.minConfidence,
  this.scanMode,
  this.upsideDownMode,
  this.validateProductionDate,
  this.validationRegex,
});