CogOCRMaxSegmenterLineResultDiagnostics RejectedCharacterStatistics Property Cognex VisionPro 9.5
Returns statistical info about rejected the characters in a segmenter line result

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

public CogOCRMaxSegmenterCharacterStatistics RejectedCharacterStatistics { get; }

Property Value

Type: CogOCRMaxSegmenterCharacterStatistics
The RejectedCharacterStatistics value. The default value is nullptr.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if RejectedCharacterStatistics is set to NULL.
See Also