ImageGear .NET - Updated
WordUncertain Property




ImageGear24.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
public bool WordUncertain {get; set;}
public: __property bool get_WordUncertain();
public: __property void set_WordUncertain( 
   bool value
);
public:
property bool WordUncertain {
   bool get();
   void set (    bool value);
}

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