CustomRedactionResult class

CustomRedactionResult class

Represents the result of a custom redaction operation.

The CustomRedactionResult type exposes the following members:

Constructors

Constructor Description
init

Properties

Property Description
apply The flag indicating whether the redaction should be applied. If True, the redacted content will replace the original content.
text The redacted version of the text that replaces the original content if Apply is true.

See Also