RecognizerContext Methods

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

The RecognizerContext type exposes the following members.

Methods

  Name Description
Public method BackgroundRecognize Overloaded. Causes the Recognizer object to recognize the associated Strokes collection and raise a Recognition event when recognition is complete.
Public method BackgroundRecognizeWithAlternates Overloaded. Causes the Recognizer object to recognize the associated Strokes collection and raise a RecognitionWithAlternates event when recognition is complete.
Public method Clone Creates a copy of this RecognizerContext object.
Public method Dispose Overloaded. Releases resources used by the RecognizerContext object.
Public method EndInkInput Ends ink input to the RecognizerContext object.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Frees the resources of the current RecognizerContext object before it is reclaimed by the garbage collector. (Overrides Object.Finalize().)
Public method GetEnabledUnicodeRanges Returns an array of UnicodeRange that the recognizer supports.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method IsStringSupported Returns a value that indicates whether the system dictionary, user dictionary, or WordList contain a specified string.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Recognize Returns a RecognitionResult object for a Strokes collection.
Public method SetEnabledUnicodeRanges Enables one or more Unicode ranges on the context.
Public method StopBackgroundRecognition Ends background recognition that was started with a call to BackgroundRecognize or BackgroundRecognizeWithAlternates.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone

Top

See Also

Reference

RecognizerContext Class

Microsoft.Ink Namespace