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