OcrOperationStoreExtension - конструктор
Пространство имён: Tessa.Extensions.Default.Server.TextRecognitionСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
public OcrOperationStoreExtension(
IOcrAsyncService ocrService,
ITessaServerSettings serverSettings,
IOperationRepository operationRepository,
IOcrOperationProcessor operationProcessor,
IBackgroundServiceQueue backgroundServiceQueue
)
Public Sub New (
ocrService As IOcrAsyncService,
serverSettings As ITessaServerSettings,
operationRepository As IOperationRepository,
operationProcessor As IOcrOperationProcessor,
backgroundServiceQueue As IBackgroundServiceQueue
)
public:
OcrOperationStoreExtension(
IOcrAsyncService^ ocrService,
ITessaServerSettings^ serverSettings,
IOperationRepository^ operationRepository,
IOcrOperationProcessor^ operationProcessor,
IBackgroundServiceQueue^ backgroundServiceQueue
)
new :
ocrService : IOcrAsyncService *
serverSettings : ITessaServerSettings *
operationRepository : IOperationRepository *
operationProcessor : IOcrOperationProcessor *
backgroundServiceQueue : IBackgroundServiceQueue -> OcrOperationStoreExtension
Параметры
- ocrService IOcrAsyncService
Сервис для управления операциями по распознаванию текста в файлах.
- serverSettings ITessaServerSettings
Настройки TESSA на сервере, которые выносятся в конфигурационный файл.
- operationRepository IOperationRepository
Репозиторий, управляющий операциями.
- operationProcessor IOcrOperationProcessor
Объект, выполняющий обработку операций по распознаванию текста в файле.
- backgroundServiceQueue IBackgroundServiceQueue
Очередь асинхронной обработки действий в фоновом режиме.