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.
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.