ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecRecognitionLanguageEnabled Class : Item Property |
'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 index, bool value); }
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.