RedactionDescription

RedactionDescription class

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

public class RedactionDescription

Constructors

Name Description
RedactionDescription(RedactionType, RedactionActionType, string) Initializes a new instance of RedactionDescription class without replacement information.
RedactionDescription(RedactionType, RedactionActionType, RegionReplacementOptions, string) Initializes a new instance of RedactionDescription class with image area replacement information.
RedactionDescription(RedactionType, RedactionActionType, string, TextReplacement) Initializes a new instance of RedactionDescription class with replacement information.

Properties

Name Description
ActionType { get; } Gets the redaction operation: replacement, cleanup or deletion.
Details { get; set; } Gets or sets an optional details information for the item being redacted.
ImageAreaReplacement { get; } Gets the replacement information for image area redactions, returns null for textual redactions.
OriginalText { get; } Gets the matched text, if any expression is provided.
RedactionType { get; } Gets the type of document’s data - text, metadata or annotations.
Replacement { get; } Gets the replacement information, can be null.

Remarks

Learn more

See Also