OcrPackagingResult constructor

const OcrPackagingResult({
  1. int? status,
  2. String? textFromImageOrig,
  3. String? textFromImage,
})

Implementation

const OcrPackagingResult({
  this.status,
  this.textFromImageOrig,
  this.textFromImage,
});