ImageGear .NET - Updated March 30, 2018
Opinion Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecCheckWordEventArgs Class : Opinion Property
Gets or sets application's opinion of the word.
Syntax
'Declaration
 
Public Property Opinion As ImGearRecCheckWordOpinion
 
'Usage
 
Dim instance As ImGearRecCheckWordEventArgs
Dim value As ImGearRecCheckWordOpinion
 
instance.Opinion = value
 
value = instance.Opinion

Property Value

ImGearRecCheckWordOpinion enumeration value.
Remarks
Returned opinion of the word to be checked. 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
ImGearRecCheckWordOpinion Enumeration