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

BatchAnnotateImagesResponse

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

Response to a batch image annotation request.

interface BatchAnnotateImagesResponse {
responses?: AnnotateImageResponse[];
}

§Properties

§

Individual responses to image annotation requests within the batch.