Status values returned by fielding to indicate
the state of a fielded position result.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Primary | 1 | Matching the primary character. | |
| PrimarySwap | 2 | Matching a swap character of a primary character. | |
| Secondary | 3 | Matching a secondary character. | |
| SecondarySwap | 4 | Matching a swap character of a secondary character. | |
| Substituted | 5 | Replaced by a non-input character. | |
| SubstitutedSpace | 6 | Replaced by a space. | |
| NoMatch | 7 | No match allowed by fielding. | |
| Inserted | 8 | A character inserted by fielding. | |
| Deleted | 9 | An input character deleted by fielding. | |
| DeletedIgnored | 10 | An input character deleted by fielding as part of the portions to be ignored (e.g. prefix) |
See Also