Paragraph constructor
Paragraph({
- BoundingPoly? boundingBox,
- double? confidence,
- TextProperty? property,
- List<
Word> ? words,
Implementation
Paragraph({
this.boundingBox,
this.confidence,
this.property,
this.words,
});