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

ProjectsLocationsProductsReferenceImagesListOptions

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

Additional options for Vision#projectsLocationsProductsReferenceImagesList.

interface ProjectsLocationsProductsReferenceImagesListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of items to return. Default 10, maximum 100.

§
pageToken?: string
[src]

A token identifying a page of results to be returned. This is the value of nextPageToken returned in a previous reference image list request. Defaults to the first page if not specified.