ProcessByTileConfiguration constructor

ProcessByTileConfiguration({
  1. bool enabled = false,
  2. double minProcessedFraction = 1.0,
  3. double maxProcessedFraction = 1.0,
  4. int minNumberOfRequiredSymbols = 100,
  5. int tileSize = 300,
})

Implementation

ProcessByTileConfiguration({
  this.enabled = false,
  this.minProcessedFraction = 1.0,
  this.maxProcessedFraction = 1.0,
  this.minNumberOfRequiredSymbols = 100,
  this.tileSize = 300,
});