DetectedLanguage Object (IDetectedLanguage Interface)
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
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
InternalName | BSTR, read-only | Stores the internal name of the language. |
WordsCount | int, read-only | Stores 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.
Related objects
See also
7/3/2024 8:50:25 AM