'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();
'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();
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.