CogOCVMaxParagraphIterator GetConfusionSearchCharacterKeys Method Cognex VisionPro 9.5
Get the confusion search character keys. This is the set of unique character keys that make up the text in this paragraph - the character keys for which we are searching. 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[] GetConfusionSearchCharacterKeys()

Return Value

Type:  Int32 
A System::Array of System::Int32 in which each element corresponds to one of the confusion search 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