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

GooglePrivacyDlpV2BoundingBox

import type { GooglePrivacyDlpV2BoundingBox } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Bounding box encompassing detected text within an image.

interface GooglePrivacyDlpV2BoundingBox {
height?: number;
left?: number;
top?: number;
width?: number;
}

§Properties

§
height?: number
[src]

Height of the bounding box in pixels.

§
left?: number
[src]

Left coordinate of the bounding box. (0,0) is upper left.

§
top?: number
[src]

Top coordinate of the bounding box. (0,0) is upper left.

§
width?: number
[src]

Width of the bounding box in pixels.