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

GooglePrivacyDlpV2ImageTransformation

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

Configuration for determining how redaction of images should occur.

interface GooglePrivacyDlpV2ImageTransformation {
redactionColor?: GooglePrivacyDlpV2Color;
}

§Properties

§

Apply transformation to all findings not specified in other ImageTransformation's selected_info_types. Only one instance is allowed within the ImageTransformations message.

§

Apply transformation to all text that doesn't match an infoType. Only one instance is allowed within the ImageTransformations message.

§

The color to use when redacting content from an image. If not specified, the default is black.

§

Apply transformation to the selected info_types.