TextLine constructor
const
TextLine({})
Implementation
const TextLine({
required this.text,
this.elements = const [],
this.boundingBox,
this.confidence = 1.0,
this.recognizedLanguage,
});
const TextLine({
required this.text,
this.elements = const [],
this.boundingBox,
this.confidence = 1.0,
this.recognizedLanguage,
});