GroupedResult class

Information about the products similar to a single product in a query image.

Constructors

GroupedResult({BoundingPoly? boundingPoly, List<ObjectAnnotation>? objectAnnotations, List<Result>? results})
GroupedResult.fromJson(Map json_)

Properties

boundingPoly BoundingPoly?
The bounding polygon around the product detected in the query image.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
objectAnnotations List<ObjectAnnotation>?
List of generic predictions for the object in the bounding box.
getter/setter pair
results List<Result>?
List of results, one for each product match.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited