Click or drag to resize

CharacterGuesses Property

This property returns the character-guess codes.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public short[] Guesses { get; }

Property Value

Type: Int16
Remarks

The returned variant contains a SAFEARRAY of shorts in a C++ environments (a Short array in Visual Basic) containing the UNICODE representation of the available guesses. Each character guess is a character code which was returned by the engine, as a possible recognition result, but its confidence was lower than the confidence of the primary character code as returned by the Code property.

See Also