Click or drag to resize
TesseractOcrJobResponseStatus Property
Gets the status code of the ocr job execution.

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public TesseractOcrResultStatus Status { get; }

Property Value

Type: TesseractOcrResultStatus
The status code as TesseractOcrResultStatus.
See Also