Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

This object provides access to an external dictionary. The IExternalDictionaryDescription interface is a child object of the IDictionaryDescription interface and inherits all its properties. The external dictionary is represented as the IExternalDictionary interface which is implemented on the client-side. This interface allows you to implement your own type of dictionary. You can attach a dictionary with the help of the SetDictionary method of the ExternalDictionaryDescription object.

Properties

NameTypeDescription
CheckPrefixesVARIANT_BOOLIf this property is FALSE, the external dictionary will not be used for prefixes checking, and the CheckPrefix method of the IExternalDictionary interface will not be called. The default value is TRUE.
FullFuzzySupportVARIANT_BOOLIf this property is FALSE, the fuzzy string will contain only capital letters as the recognition variant. The default value is TRUE.

Methods

NameDescription
SetDictionaryAttaches an external dictionary.
ExternalDictionaryDescription Object Diagram

Output parameter

This object is the output parameter of the Item, AddNew methods of the DictionaryDescriptions object.

See also

Working with Dictionaries DictionaryDescription DictionaryDescriptions Working with Properties