OcrText constructor

OcrText(
  1. String value, {
  2. String language = '',
  3. int top = -1,
  4. int bottom = -1,
  5. int left = -1,
  6. int right = -1,
})

Implementation

OcrText(
  this.value, {
  this.language = '',
  this.top = -1,
  this.bottom = -1,
  this.left = -1,
  this.right = -1,
});