OcrTextResult constructor
const
OcrTextResult({})
Implementation
const OcrTextResult({
required this.fullText,
this.blocks = const [],
this.overallConfidence = 0.98,
this.primaryLanguage = 'latin',
});
const OcrTextResult({
required this.fullText,
this.blocks = const [],
this.overallConfidence = 0.98,
this.primaryLanguage = 'latin',
});