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