GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ProcessingLocation (google_api_dlp v0.54.0)
View SourceConfigure 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.
Attributes
-
imageFallbackLocation
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ImageFallbackLocation.t
, default:nil
) - Image processing will fall back using this configuration.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ProcessingLocation{ imageFallbackLocation: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ImageFallbackLocation.t() | nil }