CogOCVMaxParagraphIterator GetConfusionAlphabetCharacterKeys Method Cognex VisionPro 9.5
Get the confusion alphabet character keys. This is the same as the alphabet keys for this paragraph. These character keys form one dimension of the confusion matrix for this paragraph.

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

public int[] GetConfusionAlphabetCharacterKeys()

Return Value

Type:  Int32 
A System::Array of System::Int32 in which each element corresponds to one of the confusion alphabet character keys for this paragraph.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
InvalidOperationExceptionIf this paragraph iterator cannot be found.
See Also