Statistics.FullRecognitionTime Property
|
This property returns the RecognitionTime and further steps including the time necessary for sorting the output coming from the different recognition modules,
the time spent in the checking subsystem (CSS) and the time required to produce the recognition result (the time necessary to write the recognition result to
the recognition data file).
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int FullRecognitionTime { get; }
Public ReadOnly Property FullRecognitionTime As Integer
Get
public:
property int FullRecognitionTime {
int get ();
}
Property Value
Type:
Int32
Remarks
This value is measured in milliseconds.
See Also