ImageGear .NET - Updated
CheckWord Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecCheckWordEventArgs Class : CheckWord Property
Gets word to be checked.
Syntax
'Declaration
 
Public ReadOnly Property CheckWord As String
'Usage
 
Dim instance As ImGearRecCheckWordEventArgs
Dim value As String
 
value = instance.CheckWord
public string CheckWord {get;}
public: __property string* get_CheckWord();
public:
property String^ CheckWord {
   String^ get();
}

Property Value

String value.
Remarks
The recognition engine supplies potential recognized words to the application event handler, and the event handler returns its opinion of the probability of the given word being acceptable.
See Also

Reference

ImGearRecCheckWordEventArgs Class
ImGearRecCheckWordEventArgs Members