ImageGear .NET - Updated
CharCount Property (ImGearRecStatistics)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecStatistics Class : CharCount Property
Gets number of recognized characters.
Syntax
'Declaration
 
Public ReadOnly Property CharCount As Integer
'Usage
 
Dim instance As ImGearRecStatistics
Dim value As Integer
 
value = instance.CharCount
public int CharCount {get;}
public: __property int get_CharCount();
public:
property int CharCount {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearRecStatistics Class
ImGearRecStatistics Members