Skip to main content
This object is a collection of dictionary descriptions (DictionaryDescription objects). It provides standard collection functionality. See Working with Collections for details. The DictionaryDescription object can be cast to any of the StandardDictionaryDescription, UserDictionaryDescription, RegExpDictionaryDescription, and ExternalDictionaryDescription objects, which are the descriptions of different dictionary types. The IBaseLanguage::DictionaryDescriptions property provides access to the dictionary descriptions collection. The collection of prohibiting dictionaries is accessible via the TextLanguage 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

DictionaryDescriptions Object Diagram

Samples

The object is used in the following code samples in Linux and Windows: CustomLanguage.

See also

Working with Dictionaries DictionaryDescription StandardDictionaryDescription UserDictionaryDescription RegExpDictionaryDescription ExternalDictionaryDescription Working with Collections Working with Properties