ImageGear .NET - Updated
SpellingLanguages Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecRecognitionSettings Class : SpellingLanguages Property
Gets a read-only collection of languages which can be used for checking.
Syntax
'Declaration
 
Public ReadOnly Property SpellingLanguages As ReadOnlyCollection(Of ImGearRecLanguage)
'Usage
 
Dim instance As ImGearRecRecognitionSettings
Dim value As ReadOnlyCollection(Of ImGearRecLanguage)
 
value = instance.SpellingLanguages
public ReadOnlyCollection<ImGearRecLanguage> SpellingLanguages {get;}
public: __property ReadOnlyCollection<ImGearRecLanguage>* get_SpellingLanguages();
public:
property ReadOnlyCollection<ImGearRecLanguage>^ SpellingLanguages {
   ReadOnlyCollection<ImGearRecLanguage>^ get();
}

Property Value

ReadOnlyCollection of ImGearRecLanguage enumeration values.
Remarks
The returned collection lists the languages which can be used by the checking system. The engine enumerates all dictionaries present in the Recognition engine binary directory to build this collection.
See Also

Reference

ImGearRecRecognitionSettings Class
ImGearRecRecognitionSettings Members
ImGearRecLanguage Enumeration