Class RedactImageResponse (3.1.1)

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

Results of redacting an image. .. attribute:: redacted_image

The redacted image. The type will be the same as the original image.

:type: bytes

Attributes

NameDescription
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.