CogOCRMaxLineResultStatusConstants EnumerationCognex VisionPro 9.8
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.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 75.1.0.0
Syntax

public enum CogOCRMaxLineResultStatusConstants
Members

  Member nameValueDescription
NoText0 The OCRMax Tool's segmentation phase didn't find any character candidates in the input image.
NotRead1 The line result contains a position result with a status of NotRead.
Read2 All of the position results in the line result have a position status of read.
Confused3 The line contains a position result with a status of Confused, and the line contains no position results with a status Mismatch of Failed.
Mismatch4 The line contains a position result with a status of Mismatch.
Failed5 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