RedactionResult class

RedactionResult class

Represents a result of the redaction operation.

The RedactionResult type exposes the following members:

Properties

Property Description
status Gets the execution status.
error_message Gets the error message for diagnostics.

Methods

Method Description
skipped Initializes a new instance of RedactionResult class with Skipped status.
partial Initializes a new instance of RedactionResult class with PartiallyApplied status.
failed Initializes a new instance of RedactionResult class with Failed status.
successful Initializes a new instance of RedactionResult class with Applied (successful) status.

Remarks

Learn more | | |

See Also