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

AnnotateImageRequest

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

Request for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features, and with context information.

interface AnnotateImageRequest {
features?: Feature[];
image?: Image;
imageContext?: ImageContext;
}

§Properties

§
features?: Feature[]
[src]

Requested features.

§
image?: Image
[src]

The image to be processed.

§
imageContext?: ImageContext
[src]

Additional context that may accompany the image.