Job status.
public enum OcrAutoRecognizeManagerJobStatus
Public Enum OcrAutoRecognizeManagerJobStatus
typedef NS_ENUM(NSInteger, LTOcrAutoRecognizeManagerJobStatus)
public enum OcrAutoRecognizeManagerJobStatus
public enum class OcrAutoRecognizeManagerJobStatus
Value | Member | Description |
---|---|---|
0 | Success | The job was completed successfully if this is used as the return value from IOcrAutoRecognizeManager.RunJob, or continue with current job if this is used width OcrAutoRecognizeRunJobEventArgs.Status. |
1 | Abort | The job was aborted or had errors if this is used as the return value from IOcrAutoRecognizeManager.RunJob, or abort current job if this is used width OcrAutoRecognizeRunJobEventArgs.Status. |
The OcrAutoRecognizeManagerJobStatus is used as the type of the OcrAutoRecognizeRunJobEventArgs.Status property that you can set during IOcrAutoRecognizeManager.JobStarted to optionally abort any pending jobs.
It is also used as the type of the OcrAutoRecognizeJobOperationEventArgs.Status property that you can set during IOcrAutoRecognizeManager.JobOperation event handler to abort any currently running jobs.
It is also used as the return value from the IOcrAutoRecognizeManager.RunJob to indicate whether job completed successfully or was aborted due to errors or user action.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document