Chinese Simplified (简体中文)

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

C++

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

C#

void ExternalDictionaryResult(
  string Word,
  int    Confidence,
  int    RequestIndex
);
    

Visual Basic .NET

Sub ExternalDictionaryResult( _
  Word As String, _
  Confidence As Integer, _
  RequestIndex As Integer _
)
    

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

24.03.2023 8:51:52

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.