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

GoogleCloudVisionV1p2beta1ProductSearchResults

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

Results for a product search request.

interface GoogleCloudVisionV1p2beta1ProductSearchResults {
indexTime?: Date;
}

§Properties

§
indexTime?: Date
[src]

Timestamp of the index which provided these results. Products added to the product set and products removed from the product set after this time are not reflected in the current results.

§

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.

§

List of results, one for each product match.