FlMlKitTextRecognize constructor

const FlMlKitTextRecognize({
  1. Key? key,
  2. EventRecognizedListen? onDataChanged,
  3. Widget? overlay,
  4. Widget? uninitialized,
  5. ValueChanged<FlashState>? onFlashChanged,
  6. bool autoRecognize = true,
  7. ValueChanged<CameraZoomState>? onZoomChanged,
  8. CameraInfo? camera,
  9. CameraResolution resolution = CameraResolution.high,
  10. bool updateReset = false,
  11. BoxFit fit = BoxFit.fitWidth,
  12. RecognizedLanguage recognizedLanguage = RecognizedLanguage.latin,
  13. double frequency = 500,
})

Implementation

const FlMlKitTextRecognize({
  super.key,
  this.onDataChanged,
  this.overlay,
  this.uninitialized,
  this.onFlashChanged,
  this.autoRecognize = true,
  this.onZoomChanged,
  this.camera,
  this.resolution = CameraResolution.high,
  this.updateReset = false,
  this.fit = BoxFit.fitWidth,
  this.recognizedLanguage = RecognizedLanguage.latin,
  this.frequency = 500,
});