The list of alternative characters. These characters induced scores
satisfying the alternative score threshold.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 73.0.0.0
Syntax
Property Value
Type: CogOCRMaxClassifierCharResultCollectionThe AlternativeCharacters value. The default value is a default constructed CogOCRMaxClassifierCharResultCollection instance.
Remarks
Note that the alternative characters are computed in a more sophisticated manner than simplify finding all characters which induce scores satisfying the accept threshold. Instead, the alternative characters are computed as any character which induces a score satisfying the following metric:
"(the lowest score that is greater than or equal to the accept threshold) -
(confidence threshold)" plus one different character more than that.
This list includes at most one instance for each character code/class.
This list is sorted in the order of descending scores.
See Also