Syntax
C++
C#
Visual Basic .NET
Parameters
Request [in] This variable refers to the FuzzyStrings object corresponding to the fuzzy strings collection. Callback [in] This variable refers to the ExternalDictionaryCallback object. The recognizer receives information about dictionary words from this object.Return values
[C++ only] If this method returns a value other than S_OK, it indicates that an error occurred on the client-side.Remarks
- The pointers to the FuzzyStrings and ExternalDictionaryCallback objects which were used as the Request and Callback parameters are released automatically after the end of the CheckWords method execution, therefore you do not need to call the Release method for these objects in the CheckWords method implementation.
- The client implementation of this method must assure that all exceptions thrown inside the method are caught and handled and no exceptions are propagated outside the method. Propagation of an exception outside the method may lead to unpredictable results (such as program termination).
