Skip to main content
This object represents a collection of predefined languages. Predefined languages are recognition languages supported by ABBYY FineReader Engine by default. The collection of predefined languages is created upon FineReader Engine initialization and exists until it is deinitialized. Besides standard collection functionality, this object exposes the Find method that allows you to get a PredefinedLanguage object by its internal name. The collection is accessible via the Engine object.
  • 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

Methods

PredefinedLanguages Object Diagram

Samples

The object is used in the following code samples:

See also

PredefinedLanguage Working with Languages Predefined Languages in ABBYY FineReader Engine Working with Collections Working with Properties