ExternalDictionaryResult Method of the ExternalDictionaryCallback Object

This method delivers information about dictionary words to the recognizer. It is called from the IExternalDictionary::CheckWords method which is implemented on the client-side. The input parameters of this method are: the dictionary word, the word confidence in percentage, and the index of the word in the collection which is passed from the CheckWords method of the IExternalDictionary interface. The dictionary word must be composed from characters of the corresponding fuzzy string.

Syntax

HRESULT ExternalDictionaryResult(
  BSTR Word,
  int  Confidence,
  int  RequestIndex
);
    

Parameters

Word
[in] This parameter contains the word from an external dictionary.
Confidence
[in] This parameter contains the word confidence in percentage.
RequestIndex
[in] This parameter contains the index of the word in the FuzzyStrings collection.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

ExternalDictionaryCallback

12.12.2022 20:26:03

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.