productGroupedResults property

List<GroupedResult>? productGroupedResults
getter/setter pair

List of results grouped by products detected in the query image.

Each entry corresponds to one bounding polygon in the query image, and contains the matching products specific to that region. There may be duplicate product matches in the union of all the per-product results.

Implementation

core.List<GroupedResult>? productGroupedResults;