byteImage: Byte data representing the image to be redacted.
imageType: Type of the image (e.g., IMAGE_JPEG, IMAGE_PNG).
informationType: Type of information to redact from the image.
Returns
A Result object indicating the success or failure of the redaction operation.
redactPII
Redact Personally Identifiable Information (PII) from text.
DLPApi.redactPII(text)
Parameters
text: Text containing PII to be redacted as str.
Returns
A Result object indicating the success or failure of the redaction operation.