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

ListReferenceImagesResponse

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

Response message for the ListReferenceImages method.

interface ListReferenceImagesResponse {
nextPageToken?: string;
pageSize?: number;
referenceImages?: ReferenceImage[];
}

§Properties

§
nextPageToken?: string
[src]

The next_page_token returned from a previous List request, if any.

§
pageSize?: number
[src]

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

§
referenceImages?: ReferenceImage[]
[src]

The list of reference images.