TTMSFNCWXOCRProgress Class
Holds progress information reported while text recognition is running, such as the active worker, the current job, and the completion ratio.
API unit family: TMSFNCWXOCR
Inherits from: TPersistent
Syntax
TTMSFNCWXOCRProgress = class(TPersistent)
Properties
| Name | Description |
|---|---|
| JobID | Identifies the recognition job this progress update belongs to. |
| Progress | Indicates how far the current step has advanced, expressed as a value between 0 (not started) and 1 (completed). |
| Status | Describes the current processing stage, such as loading the language data or recognizing text. |
| UserJobID | Holds the user-supplied identifier passed when the recognition job was started, allowing progress updates to be matched to the originating request. |
| WorkerID | Identifies the background worker that produced this progress update. |