CogOCRMaxClassifierPositionResult AlternativeCharacters Property Cognex VisionPro 9.7
The list of alternative classes, and optionally, their training instances, which induced scores satisfying the alternative score threshold.

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

public CogOCRMaxClassifierCharResultCollection AlternativeCharacters { get; }

Property Value

Type: CogOCRMaxClassifierCharResultCollection
The 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