RedactorSettings
Contents
[
Hide
]
RedactorSettings class
Represents redaction settings, allowing to customize the redaction process.
public class RedactorSettings
Constructors
Name | Description |
---|---|
RedactorSettings() | Initializes a new instance of the RedactorSettings class. |
RedactorSettings(ILogger) | Initializes a new instance of the RedactorSettings class with a given ILogger instance. |
RedactorSettings(IOcrConnector) | Initializes a new instance of the RedactorSettings class with a given IOcrConnector instance. |
RedactorSettings(IRedactionCallback) | Initializes a new instance of the RedactorSettings class with a given IRedactionCallback instance. |
RedactorSettings(ILogger, IRedactionCallback) | Initializes a new instance of the RedactorSettings class with given ILogger and IRedactionCallback instances. |
RedactorSettings(ILogger, IRedactionCallback, IOcrConnector) | Initializes a new instance of the RedactorSettings class with given ILogger, IRedactionCallback and IOcrConnector instances. |
Properties
Name | Description |
---|---|
Logger { get; set; } | Gets or sets an instance of a class, implementing ILogger , that is used for logging events and errors. |
OcrConnector { get; set; } | Gets or sets an instance of a class, implementing IOcrConnector interface. |
RedactionCallback { get; set; } | Gets or sets an instance of a class, implementing IRedactionCallback . |
Remarks
Learn more
- More details about implementing ILogger interface: Use advanced logging
- More details about implementing IRedactionCallback interface: Use redaction callback
See Also
- namespace GroupDocs.Redaction.Options
- assembly GroupDocs.Redaction