RedactorSettings
내용물
[
숨다
]
RedactorSettings class
교정 설정을 나타내며 교정 프로세스를 사용자 정의할 수 있습니다.
public class RedactorSettings
생성자
이름 | 설명 |
---|---|
RedactorSettings() | RedactorSettings 클래스의 새 인스턴스를 초기화합니다. |
RedactorSettings(ILogger) | 지정된 ILogger 인스턴스를 사용하여 RedactorSettings 클래스의 새 인스턴스를 초기화합니다. |
RedactorSettings(IOcrConnector) | 지정된 IOcrConnector 인스턴스를 사용하여 RedactorSettings 클래스의 새 인스턴스를 초기화합니다. |
RedactorSettings(IRedactionCallback) | 지정된 IRedactionCallback 인스턴스를 사용하여 RedactorSettings 클래스의 새 인스턴스를 초기화합니다. |
RedactorSettings(ILogger, IRedactionCallback) | 지정된 ILogger 및 IRedactionCallback 인스턴스를 사용하여 RedactorSettings 클래스의 새 인스턴스를 초기화합니다. |
RedactorSettings(ILogger, IRedactionCallback, IOcrConnector) | 지정된 ILogger, IRedactionCallback 및 IOcrConnector 인스턴스를 사용하여 RedactorSettings 클래스의 새 인스턴스를 초기화합니다. |
속성
이름 | 설명 |
---|---|
Logger { get; set; } | 구현하는 클래스의 인스턴스를 가져오거나 설정합니다.ILogger , 이벤트 및 오류를 로깅하는 데 사용됩니다. |
OcrConnector { get; set; } | 구현하는 클래스의 인스턴스를 가져오거나 설정합니다.IOcrConnector 상호 작용. |
RedactionCallback { get; set; } | 구현하는 클래스의 인스턴스를 가져오거나 설정합니다.IRedactionCallback . |
비고
더 알아보기