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.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 73.0.0.0
Syntax
Return Value
Type: StringA 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
| Exception | Condition |
|---|---|
| InvalidOperationException | If this paragraph iterator cannot be found. |
| ObjectDisposedException | If the associated CogOCVMaxPattern object has already been disposed. |
See Also