google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RedactImageRequest View Source

Request to search for potentially sensitive info in an image and redact it by covering it with a colored rectangle.

Attributes

  • byteItem (GooglePrivacyDlpV2ByteContentItem): The content must be PNG, JPEG, SVG or BMP. Defaults to: null.
  • imageRedactionConfigs ([GooglePrivacyDlpV2ImageRedactionConfig]): The configuration for specifying what content to redact from images. Defaults to: null.
  • includeFindings (boolean()): Whether the response should include findings along with the redacted image. Defaults to: null.
  • inspectConfig (GooglePrivacyDlpV2InspectConfig): Configuration for the inspector. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RedactImageRequest{
  byteItem: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ByteContentItem.t(),
  imageRedactionConfigs: [
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ImageRedactionConfig.t()
  ],
  includeFindings: any(),
  inspectConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.