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

BatchAnnotateFilesResponse

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

A list of file annotation responses.

interface BatchAnnotateFilesResponse {
responses?: AnnotateFileResponse[];
}

§Properties

§

The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.