The list of alternative classes, and optionally, their training
instances, which induced scores satisfying the alternative score
threshold.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogOCRMaxClassifierCharResultCollectionThe AlternativeCharacters value. The default value is default default constructed CogOCRMaxClassifierCharResultCollection.
Remarks
Note that the alternative classifications are computed in a more sophisticated manner than simplify finding all classifications which induce scores satisfying the accept threshold. Instead, the alternative classifications are computed as any class which induced a score satisfying the following alternative score.
Threshold:
"(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