CogOCRMaxSegmenterLineResultDiagnostics RejectedCharacters Property Cognex VisionPro 9.7
Returns any characters that were rejected after being initially formed

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

public CogOCRMaxSegmenterElementInfoCollection RejectedCharacters { get; }

Property Value

Type: CogOCRMaxSegmenterElementInfoCollection
The RejectedCharacters value. The default value is gcnew CogOCRMaxSegmenterElementInfoCollection().
Exceptions

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