API Reference
Class
OcrEngineExecution
A validated, immutable identity and capability snapshot for one configured OCR engine instance.
Inheritance
- Object
- OcrEngineExecution
Remarks
Create one execution for a logical document operation and reuse it for every candidate. This prevents mutable provider properties from changing provenance or concurrency behavior partway through the operation.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Methods
public Task<OcrResult> RecognizeAsync(OcrRequest request, TimeSpan timeout, CancellationToken cancellationToken = null) #Returns:
Task<OcrResult>Recognizes one raster payload under the shared timeout and concurrency policy.
Parameters
- request OfficeIMO.Ocr.OcrRequest
- timeout System.TimeSpan
- cancellationToken System.Threading.CancellationToken = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object