ImageGear .NET - Updated
PreProcTime Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecStatistics Class : PreProcTime Property
Gets time spent on image pre-processing.
Syntax
'Declaration
 
Public ReadOnly Property PreProcTime As Integer
'Usage
 
Dim instance As ImGearRecStatistics
Dim value As Integer
 
value = instance.PreProcTime
public int PreProcTime {get;}
public: __property int get_PreProcTime();
public:
property int PreProcTime {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearRecStatistics Class
ImGearRecStatistics Members