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

GooglePrivacyDlpV2ImageContainmentType

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

Specifies the relationship between bounding boxes for image findings.

interface GooglePrivacyDlpV2ImageContainmentType {}

§Properties

§

The context finding's bounding box must fully contain the target finding's bounding box.

§

The context finding's bounding box must be fully inside the target finding's bounding box.

§

The context finding's bounding box and the target finding's bounding box must have a non-zero intersection.