CogOCVMaxParagraphIterator GetConfusionSearchCharacters Method Cognex VisionPro 9.7
Get the confusion search characters. This is the set of unique characters that make up the text in this paragraph - the characters for which we are searching. 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: 73.0.0.0
Syntax

public string GetConfusionSearchCharacters()

Return Value

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

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