Conveys information about the state of an OCRMax Tool's Line Result. Returns
the most severe status found in the line result's position results.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| NoText | 0 | The OCRMax Tool's segmentation phase didn't find any character candidates in the input image. | |
| NotRead | 1 | The line result contains a position result with a status of NotRead. | |
| Read | 2 | All of the position results in the line result have a position status of read. | |
| Confused | 3 | The line contains a position result with a status of Confused, and the line contains no position results with a status Mismatch of Failed. | |
| Mismatch | 4 | The line contains a position result with a status of Mismatch. | |
| Failed | 5 | The line contains a position result with a status of Failed, and the the line contains no position results with a status of Mismatch. |
See Also