DetectedLanguages Object (IDetectedLanguages Interface)
This object represents a collection of recognition languages detected in the recognized document or on the recognized page. This object exposes standard collection functionality.
This collection is only available after recognition with the automatic language detection on (see the IRecognizerParams::LanguageDetectionMode property for details).
Note: The indexing of ABBYY FineReader Engine collections starts with 0.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Count | int, read-only | Stores the number of elements in the collection. |
Element | DetectedLanguage, read-only | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
Item | Provides access to a single element of the collection. |
Related objects
See also
03.07.2024 8:50:25