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

GooglePrivacyDlpV2ProcessingLocation

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

Configure processing location for discovery and inspection. For example, image OCR is only provided in limited regions but configuring ProcessingLocation will redirect OCR to a location where OCR is provided.

interface GooglePrivacyDlpV2ProcessingLocation {
documentFallbackLocation?: GooglePrivacyDlpV2DocumentFallbackLocation;
}

§Properties

§

Document processing falls back using this configuration.

§

Image processing falls back using this configuration.