DocumentQualityThreshold constructor

DocumentQualityThreshold({
  1. required double symbolQuality,
  2. required double symbolRatio,
})

Implementation

DocumentQualityThreshold({
  required this.symbolQuality,
  required this.symbolRatio,
});