View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RedactImageResponse (google_api_dlp v0.46.0)

Results of redacting an image.

Attributes

  • extractedText (type: String.t, default: nil) - If an image was being inspected and the InspectConfig's include_quote was set to true, then this field will include all text, if any, that was found in the image.
  • inspectResult (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectResult.t, default: nil) - The findings. Populated when include_findings in the request is true.
  • redactedImage (type: String.t, default: nil) - The redacted image. The type will be the same as the original image.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RedactImageResponse{
  extractedText: String.t() | nil,
  inspectResult:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectResult.t() | nil,
  redactedImage: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.