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 {
imageFallbackLocation?: GooglePrivacyDlpV2ImageFallbackLocation;
}§Properties
§
imageFallbackLocation?: GooglePrivacyDlpV2ImageFallbackLocation
[src]Image processing will fall back using this configuration.