OcrResult constructor

OcrResult({
  1. String? text,
})

Implementation

OcrResult({
    this.text,
});