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

ImportProductSetsResponse

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

Response message for the ImportProductSets method. This message is returned by the google.longrunning.Operations.GetOperation method in the returned google.longrunning.Operation.response field.

interface ImportProductSetsResponse {
referenceImages?: ReferenceImage[];
statuses?: Status[];
}

§Properties

§
referenceImages?: ReferenceImage[]
[src]

The list of reference_images that are imported successfully.

§
statuses?: Status[]
[src]

The rpc status for each ImportProductSet request, including both successes and errors. The number of statuses here matches the number of lines in the csv file, and statuses[i] stores the success or failure status of processing the i-th line of the csv, starting from line 0.