Statistics.SuspectWordNum Property
|
This property returns the number of suspected words on the page.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int SuspectWordNum { get; }
Public ReadOnly Property SuspectWordNum As Integer
Get
public:
property int SuspectWordNum {
int get ();
}
Property Value
Type:
Int32
Remarks
Suspect words are those that contain at least one suspected character for which recognition was unsure and which could not be resolved by the recognition
engine working in conjunction with the dictionaries and the checking sub-system.
See Also