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

GooglePrivacyDlpV2RedactImageRequest

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

Request to search for potentially sensitive info in an image and redact it by covering it with a colored rectangle.

interface GooglePrivacyDlpV2RedactImageRequest {
imageRedactionConfigs?: GooglePrivacyDlpV2ImageRedactionConfig[];
includeFindings?: boolean;
locationId?: string;
}

§Properties

§

The content must be PNG, JPEG, SVG or BMP.

§

The configuration for specifying what content to redact from images.

§
includeFindings?: boolean
[src]

Whether the response should include findings along with the redacted image.

§

Configuration for the inspector.

§
locationId?: string
[src]

Deprecated. This field has no effect.