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.
このメソッドは、辞書語に関する情報を認識エンジンに渡します。クライアント側で実装される IExternalDictionary::CheckWords メソッドから呼び出されます。このメソッドの入力パラメーターは、辞書語、単語の信頼度 (パーセンテージ) 、および IExternalDictionary インターフェイスの CheckWords メソッドから渡されるコレクション内の単語のインデックスです。辞書語は、対応するあいまい文字列を構成する文字のみで構成されている必要があります。
HRESULT ExternalDictionaryResult(
BSTR Word,
int Confidence,
int RequestIndex
);
void ExternalDictionaryResult(
string Word,
int Confidence,
int RequestIndex
);
Sub ExternalDictionaryResult( _
Word As String, _
Confidence As Integer, _
RequestIndex As Integer _
)
Word
[in] このパラメーターには、外部辞書の辞書語が格納されます。
Confidence
[in] このパラメーターには、単語の信頼度 (パーセンテージ) が格納されます。
RequestIndex
[in] このパラメーターには、FuzzyStrings コレクション内の単語のインデックスが格納されます。
このメソッドには固有の戻り値はなく、ABBYY FineReader Engine 関数の標準戻り値が返されます。
ExternalDictionaryCallback