ImageGear .NET - Updated
WordCount Property




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

Property Value

Integer value.
See Also

Reference

ImGearRecStatistics Class
ImGearRecStatistics Members