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

GooglePrivacyDlpV2RedactImageResponse

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

Results of redacting an image.

interface GooglePrivacyDlpV2RedactImageResponse {
extractedText?: string;
redactedImage?: Uint8Array;
}

§Properties

§
extractedText?: string
[src]

If an image was being inspected and the InspectConfig's include_quote was set to true, then this field will include all text, if any, that was found in the image.

§

The findings. Populated when include_findings in the request is true.

§
redactedImage?: Uint8Array
[src]

The redacted image. The type will be the same as the original image.