GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ProcessingLocation (google_api_dlp v0.54.0)

View Source

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.

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

t()

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ProcessingLocation{
  imageFallbackLocation:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ImageFallbackLocation.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.