ImageGear .NET
CheckWord Property




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

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback