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

Configuration for determining how redaction of images should occur.

Attributes

  • infoType (GooglePrivacyDlpV2InfoType): Only one per info_type should be provided per request. If not specified, and redact_all_text is false, the DLP API will redact all text that it matches against all info_types that are found, but not specified in another ImageRedactionConfig. Defaults to: null.
  • redactAllText (boolean()): If true, all text found in the image, regardless whether it matches an info_type, is redacted. Only one should be provided. Defaults to: null.
  • redactionColor (GooglePrivacyDlpV2Color): The color to use when redacting content from an image. If not specified, the default is black. 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.GooglePrivacyDlpV2ImageRedactionConfig{
  infoType: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t(),
  redactAllText: any(),
  redactionColor: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Color.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.