CustomRedactionResult class
CustomRedactionResult class
Represents the result of a custom redaction operation.
The CustomRedactionResult type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of CustomRedactionResult |
Properties
Property | Description |
---|---|
apply | Indicates whether the redaction should be applied.
If true, the redacted content will replace the original content. |
text | The redacted version of the text.
This will replace the original content if Apply is true. |