RecognizerContext.BackgroundRecognize Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Causes the Recognizer object to recognize the associated Strokes collection and raise a Recognition event when recognition is complete.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
BackgroundRecognize() | Causes the Recognizer object to recognize the associated Strokes collection and raise a Recognition event when recognition is complete. | |
BackgroundRecognize(Object) | Causes the Recognizer object to recognize the associated Strokes collection and raise a Recognition event, with associated application data, when recognition is complete. |
Top