ImageGear .NET - Updated
DetectedLanguages Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPage Class : DetectedLanguages Property
Gets an array of the detected languages on the page.
Syntax
'Declaration
 
Public ReadOnly Property DetectedLanguages As ImGearRecLanguage()
'Usage
 
Dim instance As ImGearRecPage
Dim value() As ImGearRecLanguage
 
value = instance.DetectedLanguages
public ImGearRecLanguage[] DetectedLanguages {get;}
public: __property ImGearRecLanguage[]* get_DetectedLanguages();
public:
property array<ImGearRecLanguage>^ DetectedLanguages {
   array<ImGearRecLanguage>^ get();
}
Remarks
This array gets filled after calling Preprocess. Currently, language detection will only attempt to find one language on the page.
See Also

Reference

ImGearRecPage Class
ImGearRecPage Members