RedactionDescription class

RedactionDescription class

Represents a single change action info that performed during redaction process.

Learn more

The RedactionDescription type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of RedactionDescription class without replacement information.
init Initializes a new instance of RedactionDescription class with replacement information.
init Initializes a new RedactionDescription with image area replacement information.

Properties

Property Description
action_type The redaction operation: replacement, cleanup or deletion.
details The optional details information for the item being redacted.
image_area_replacement The replacement information for image area redactions, or None for textual redactions.
original_text The matched text, if any expression is provided.
redaction_type The type of document’s data – text, metadata, or annotations.
replacement The replacement information, may be None.

See Also