PredefinedLanguages Object (IPredefinedLanguages Interface)
This object represents a collection of ABBYY FlexiCapture SDKpredefined languages. Predefined languages are languages supported by default. The collection of predefined languages is created upon FlexiCapture SDK initialization and exists until it is deinitialized. Each language in the collection is represented by the Language object.
Besides standard collection functionality, this object exposes the FindLanguage method that allows you to get the Language object by its internal name.
Properties
Name | Type | Description |
---|---|---|
Count | Integer, read-only | Stores the number of languages in the collection. |
Element | Language, read-only | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
FindLanguage | Finds an element of the collection by its internal name. |
Item | Provides access to a single element of the collection. |
Related objects
See also
8/15/2023 1:19:30 PM