RecognizerContext.BackgroundRecognizeWithAlternates Method
RecognizerContext.BackgroundRecognizeWithAlternates Method |
Causes the Recognizer object to recognize the associated Strokes collection and raise a RecognitionWithAlternates event when recognition is complete.
Overload List
public void BackgroundRecognizeWithAlternates() public void BackgroundRecognizeWithAlternates(Object)
Remarks
This method specifies that ink recognition is performed asynchronously.
To perform recognition that includes only the top alternate, call the BackgroundRecognize method.
The RecognitionWithAlternates event is not raised if the recognizer does not recognize any alternates.
Examples
See Also