Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GroupedResult

import type { GroupedResult } from "https://googleapis.deno.dev/v1/vision:v1.ts";

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

interface GroupedResult {
boundingPoly?: BoundingPoly;
objectAnnotations?: ObjectAnnotation[];
results?: Result[];
}

§Properties

§
boundingPoly?: BoundingPoly
[src]

The bounding polygon around the product detected in the query image.

§
objectAnnotations?: ObjectAnnotation[]
[src]

List of generic predictions for the object in the bounding box.

§
results?: Result[]
[src]

List of results, one for each product match.