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

AsyncAnnotateFileRequest

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

An offline file annotation request.

interface AsyncAnnotateFileRequest {
features?: Feature[];
imageContext?: ImageContext;
inputConfig?: InputConfig;
outputConfig?: OutputConfig;
}

§Properties

§
features?: Feature[]
[src]

Required. Requested features.

§
imageContext?: ImageContext
[src]

Additional context that may accompany the image(s) in the file.

§
inputConfig?: InputConfig
[src]

Required. Information about the input file.

§
outputConfig?: OutputConfig
[src]

Required. The desired output location and metadata (e.g. format).