Statistics.RecognitionTime Property
|
This property returns the time that the engine spent on recognition of the page content.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int RecognitionTime { get; }
Public ReadOnly Property RecognitionTime As Integer
Get
public:
property int RecognitionTime {
int get ();
}
Property Value
Type:
Int32
Remarks
This is the pure recognition time that the page spent in the different recognition modules involved in the recognition process of the page.
This value is measured in milliseconds.
See Also