ImageGear .NET - Updated
ReadTime Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecStatistics Class : ReadTime Property
Gets time spent on the image from the start of the recognition process.
Syntax
'Declaration
 
Public ReadOnly Property ReadTime As Integer
'Usage
 
Dim instance As ImGearRecStatistics
Dim value As Integer
 
value = instance.ReadTime
public int ReadTime {get;}
public: __property int get_ReadTime();
public:
property int ReadTime {
   int get();
}

Property Value

Integer value.
Remarks

This includes the time from RecognitionTime property and further steps as follows:

It also consists of the time necessary for sorting the output coming from the different recognition modules, the time spent with the checking subsystem, and the time required to produce the recognition result (e.g. the time necessary to write the recognition result into the recognition data file).

This time may also include the time needed for transferring the recognition result into the final output document - supposing that the statistical information was requested after converting to the final output document.

See Also

Reference

ImGearRecStatistics Class
ImGearRecStatistics Members
Recognize Method
WriteDocument Method