Character.Confidence Property
|
This property returns the confidence number expressing the certainty of the recognition of the first guess (
Code property).
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int Confidence { get; }
Public ReadOnly Property Confidence As Integer
Get
public:
property int Confidence {
int get ();
}
Property Value
Type:
Int32
Remarks
The certainty of the character recognition ranges between 0 and 100 with a default threshold value of 64.
See Also