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