RedactorSettings class

RedactorSettings class

Represents redaction settings, allowing to customize the redaction process.

The RedactorSettings type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the RedactorSettings class.
init Initializes a new instance of the RedactorSettings class with a given ILogger instance.
init Initializes a new instance of the RedactorSettings class with a given IRedactionCallback instance.
init Initializes a new instance of the RedactorSettings class with a given IOcrConnector instance.
init Initializes a new instance of the RedactorSettings class with given ILogger and IRedactionCallback instances.
init Initializes a new instance of the RedactorSettings class with given ILogger, IRedactionCallback and IOcrConnector instances.

Properties

Property Description
logger Gets or sets an instance of a class, implementing ILogger, that is used for logging events and errors.
redaction_callback Gets or sets an instance of a class, implementing IRedactionCallback.
ocr_connector Gets or sets an instance of a class, implementing IOcrConnector interface.

Remarks

Learn more | | | |

See Also