ImageGear .NET - Updated
SpellingEnabled Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecRecognitionSettings Class : SpellingEnabled Property
Gets or sets a value indicating whether the checking system enabled/disabled.
Syntax
'Declaration
 
Public Property SpellingEnabled As Boolean
'Usage
 
Dim instance As ImGearRecRecognitionSettings
Dim value As Boolean
 
instance.SpellingEnabled = value
 
value = instance.SpellingEnabled
public bool SpellingEnabled {get; set;}
public: __property bool get_SpellingEnabled();
public: __property void set_SpellingEnabled( 
   bool value
);
public:
property bool SpellingEnabled {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
This property enables or disables the checking subsystem. Its running may improve the overall throughput by marking suspicious words and characters, making it easier to correct them. It can also be set to improve accuracy, by auto-correcting suspicious recognized words.

The default value is true.

See Also

Reference

ImGearRecRecognitionSettings Class
ImGearRecRecognitionSettings Members