ExternalDictionaryCallback Object (IExternalDictionaryCallback Interface)
This is a callback interface which is used to deliver information about dictionary words to the recognizer.
Methods
Name | Description |
---|---|
ExternalDictionaryResult | Delivers information about dictionary words to the recognizer. It is called from the IExternalDictionary::CheckWords method which is implemented on the client-side. |
Input parameter
This object is the input parameter of the IExternalDictionary::CheckWords method.
See also
7/3/2024 8:50:25 AM