ImageGear .NET - Updated November 28, 2017
WordUncertain Property




ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : WordUncertain Property
Gets or sets a value indicating whether the word containing the character is uncertain.
Syntax
'Declaration
 
Public Property WordUncertain As Boolean
 
'Usage
 
Dim instance As ImGearRecLetter
Dim value As Boolean
 
instance.WordUncertain = value
 
value = instance.WordUncertain

Property Value

Boolean value.
Remarks
Indicates whether the word the character belongs to was recognized uncertainly. If this value is true, the word is uncertain. Otherwise, it’s certain.
See Also

Reference

ImGearRecLetter Class
ImGearRecLetter Members