The OCRTool type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| CurrentRecordEnable | Get Enable creation of records by bitwise ORing the appropriate CurrentRecordConstants. | |
| Enabled | Whether the tool is enabled to run. If false, calling the tool's Run function will not actually run the tool and will cause no change in the tool's state. | |
| FailOnInvalidDataBinding | Whether the tool's Run method is to fail if executed while one or more DataBindings (aka Links) are Invalid. | |
| Handle | (Overrides ToolBase Handle.) | |
| ID | Gets the ID of the tracked item. | |
| InputImage | Get Gets the image to be inspected. | |
| Inputs | A collection of named Input Pin values. | |
| LastRunRecordDiagEnable | Get Enable creation of diagnostic subrecords by bitwise ORing the appropriate LastRunRecordDiagConstants. These are diagnostic records that may cause the Tool to have a longer execution time. | |
| LastRunRecordEnable | Get Enable creation of records by bitwise ORing the appropriate LastRunRecordConstants. | |
| Name | Get the name of the tracked item. | |
| Operator | Get Gets the operator used to hold the TrainingDatabase, to run training, and execute OCR on images. | |
| Outputs | A collection of named Output Pin values. | |
| Parent | Return a reference to the containing tracking collection. May be null. | |
| Results | Gets the results from the last run. | |
| RunStatus | Gets general information about the last call to the tool's Run method. Note that serious errors that occur within the tool's Run method may only be detected by examining the RunStatus after calling Run. It is the user's responsibility to examine the tool's RunStatus after calling Run. | |
| TrainImage | Get Gets the image for the currently selected TrainingData. | |
| TrainingAssignment | Get Gets the OCR assignments for the currently selected TrainData item. | |
| TrainingData | Get Gets the currently selected training data from the Database. |