CogOCRMaxFieldingStatusConstants EnumerationCognex VisionPro
Status values returned by fielding to indicate the state of a fielded position result.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax

public enum CogOCRMaxFieldingStatusConstants
Members

  Member nameValueDescription
Primary1 Matching the primary character.
PrimarySwap2 Matching a swap character of a primary character.
Secondary3 Matching a secondary character.
SecondarySwap4 Matching a swap character of a secondary character.
Substituted5 Replaced by a non-input character.
SubstitutedSpace6 Replaced by a space.
NoMatch7 No match allowed by fielding.
Inserted8 A character inserted by fielding.
Deleted9 An input character deleted by fielding.
DeletedIgnored10 An input character deleted by fielding as part of the portions to be ignored (e.g. prefix)
See Also