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;
imageFallbackLocation?: GooglePrivacyDlpV2ImageFallbackLocation;
}§Properties
§
documentFallbackLocation?: GooglePrivacyDlpV2DocumentFallbackLocation
[src]Document processing falls back using this configuration.
§
imageFallbackLocation?: GooglePrivacyDlpV2ImageFallbackLocation
[src]Image processing falls back using this configuration.