CogOCVMaxParagraphIterator GetConfusionAlphabetCharacters Method Cognex VisionPro
Get the confusion alphabet characters. This is the same as the alphabet for this paragraph. These characters form one dimension of the confusion matrix for this paragraph. Note that this method assumes that the character keys in the associated font correspond to Unicode code point values.

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

public string GetConfusionAlphabetCharacters()

Return Value

Type: String
A System::String in which each character corresponds to one of the confusion alphabet characters for this paragraph. Note that this assumes that the character keys in the associated font correspond to Unicode code point values.
Exceptions

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