GroupedResult constructor

GroupedResult({
  1. BoundingPoly? boundingPoly,
  2. List<ObjectAnnotation>? objectAnnotations,
  3. List<Result>? results,
})

Implementation

GroupedResult({
  this.boundingPoly,
  this.objectAnnotations,
  this.results,
});