Class RedactImageResponse (3.3.1)

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

Results of redacting an image.

Attributes

NameDescription
redacted_image bytes
The redacted image. The type will be the same as the original image.
extracted_text str
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.
inspect_result google.cloud.dlp_v2.types.InspectResult
The findings. Populated when include_findings in the request is true.