Skip to main content
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).
  • The indexing of ABBYY FineReader Engine collections starts with 0.
  • The foreach statement in C# (for each in Visual Basic .NET) can be used to manipulate the collection.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
Countint, read-onlyStores the number of elements in the collection.
ElementDetectedLanguage, read-onlyProvides access to a single element of the collection.

Methods

NameDescription
ItemProvides access to a single element of the collection.
DetectedLanguages Object Diagram

See also

DetectedLanguage Working with Languages Working with Collections Working with Properties