Skip to main content
This object represents a single language from the collection of languages detected in the recognized document or on the recognized page. This collection is only available after recognition with the automatic language detection on (see the IRecognizerParams::LanguageDetectionMode property for details).

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
InternalNameBSTR, read-onlyStores the internal name of the language.
WordsCountint, read-onlyStores the number of words in the detected language in the recognized document (page).

Output parameter

This object is an output parameter of the Item method of the DetectedLanguages object. DetectedLanguage Object Diagram

See also

DetectedLanguages Working with Languages Working with Properties