RedactionResult class

RedactionResult class

Represents a result of the redaction operation.

Learn more

The RedactionResult type exposes the following members:

Methods

Method Description
failed Initializes a new RedactionResult instance with a failed status.
partial Creates a new RedactionResult instance with a partially applied status.
skipped Initializes a new instance of RedactionResult class with Skipped status.
successful Initializes a new instance of RedactionResult with an applied (successful) status.

Properties

Property Description
error_message The error message for diagnostics.
status The execution status.

See Also