Click or drag to resize

StatisticsFullRecognitionTime 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
Syntax
public int FullRecognitionTime { get; }

Property Value

Type: Int32
Remarks

This value is measured in milliseconds.

See Also