Class RedactImageRequest (3.2.4)

RedactImageRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
parent str
Parent resource name. The format of this value varies depending on whether you have `specified a processing location
location_id str
Deprecated. This field has no effect.
inspect_config google.cloud.dlp_v2.types.InspectConfig
Configuration for the inspector.
image_redaction_configs Sequence[google.cloud.dlp_v2.types.RedactImageRequest.ImageRedactionConfig]
The configuration for specifying what content to redact from images.
include_findings bool
Whether the response should include findings along with the redacted image.
byte_item google.cloud.dlp_v2.types.ByteContentItem
The content must be PNG, JPEG, SVG or BMP.

Classes

ImageRedactionConfig

ImageRedactionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for determining how redaction of images should occur.