OcrOperationDeleteExtension - конструктор
Пространство имён: Tessa.Extensions.Default.Server.TextRecognitionСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
public OcrOperationDeleteExtension(
IOcrAsyncService ocrAsyncService,
IOperationRepository operationRepository
)
Public Sub New (
ocrAsyncService As IOcrAsyncService,
operationRepository As IOperationRepository
)
public:
OcrOperationDeleteExtension(
IOcrAsyncService^ ocrAsyncService,
IOperationRepository^ operationRepository
)
new :
ocrAsyncService : IOcrAsyncService *
operationRepository : IOperationRepository -> OcrOperationDeleteExtension
Параметры
- ocrAsyncService IOcrAsyncService
Сервис для управления операциями по распознаванию текста в файлах.
- operationRepository IOperationRepository
Репозиторий, управляющий операциями.