CogOCVMaxCharacterResult ConfusionKeys Property Cognex VisionPro
The character keys of the characters causing confusion with this character, if VerificationStatus is Confused. If VerificationStatus is not Confused, this will be an empty array. Elements in this array correspond to elements in the ConfusionScores array.

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

public int[] ConfusionKeys { get; }

Property Value

Type:  Int32 
This read-only property is of type System::Array of System::Int32. This will be an empty array if VerificationStatus is not Confused.
See Also