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
03.07.2024 8:50:25