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

CropHintsAnnotation

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

Set of crop hints that are used to generate new crops when serving images.

interface CropHintsAnnotation {
cropHints?: CropHint[];
}

§Properties

§
cropHints?: CropHint[]
[src]

Crop hint results.