Word constructor

Word({
  1. BoundingPoly? boundingBox,
  2. double? confidence,
  3. TextProperty? property,
  4. List<Symbol>? symbols,
})

Implementation

Word({
  this.boundingBox,
  this.confidence,
  this.property,
  this.symbols,
});