ImageGear .NET v24.12 - Updated
Item Property (ImGearRecRecognitionLanguageEnabled)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecRecognitionLanguageEnabled Class : Item Property
An ImGearRecLanguage enumeration value that specifies the language to be enabled or disabled for recognition.
Enables or disables a recognition language.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As ImGearRecLanguage _
) As Boolean
'Usage
 
Dim instance As ImGearRecRecognitionLanguageEnabled
Dim index As ImGearRecLanguage
Dim value As Boolean
 
instance.Item(index) = value
 
value = instance.Item(index)
public bool this[ 
   ImGearRecLanguage index
]; {get; set;}
public: __property bool get_Item   ImGearRecLanguage index
;
public: __property void set_Item   ImGearRecLanguage index,
   bool value
;
public:
property bool default [ImGearRecLanguage] {
   bool get(ImGearRecLanguage index);
   void set (ImGearRecLanguage indexbool value);
}

Parameters

index
An ImGearRecLanguage enumeration value that specifies the language to be enabled or disabled for recognition.

Property Value

Boolean value.
Remarks

Recognition languages define the main part of the Language environment of the Recognition engine’s Character Set. The available languages are represented by the ImGearRecLanguage enum.

The default value for Item[ImGearRecLanguage.ENG] is true.

The default value for the rest of the items is false.

See Also

Reference

ImGearRecRecognitionLanguageEnabled Class
ImGearRecRecognitionLanguageEnabled Members
ImGearRecLanguage Enumeration