ImageGear .NET - Updated
Language Property (ImGearRecLetter)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : Language Property
Gets or sets the language of the recognized word.
Syntax
'Declaration
 
Public Property Language As ImGearRecLanguage
'Usage
 
Dim instance As ImGearRecLetter
Dim value As ImGearRecLanguage
 
instance.Language = value
 
value = instance.Language
public ImGearRecLanguage Language {get; set;}
public: __property ImGearRecLanguage get_Language();
public: __property void set_Language( 
   ImGearRecLanguage value
);
public:
property ImGearRecLanguage Language {
   ImGearRecLanguage get();
   void set (    ImGearRecLanguage value);
}

Property Value

ImGearRecLanguage value.
Remarks
This property is used to declare which language the recognized word belongs to. When the recognized word cannot be associated with any language, it is signaled with ImGearRecLanguage.NO. If the recognized word can also be found in another language dictionary, then both Language and AlternativeLanguage properties will contain the language IDs of those languages.
See Also

Reference

ImGearRecLetter Class
ImGearRecLetter Members
AlternativeLanguage Property