IInkRecognizerContext interface (msinkaut.h)

Enables the ability to perform ink recognition, retrieve the recognition result, and retrieve alternates. The InkRecognizerContext enables the various recognizers installed on a system to use ink recognition to process input appropriately.

Inheritance

The IInkRecognizerContext interface inherits from the IUnknown interface.

Methods

The IInkRecognizerContext interface has these methods.

 
IInkRecognizerContext::BackgroundRecognize

Causes the IInkRecognizer object to recognize the associated strokes collection and fire a Recognition event when recognition is complete.
IInkRecognizerContext::BackgroundRecognizeWithAlternates

Causes the IInkRecognizer object to recognize the associated strokes collection and fire a RecognitionWithAlternates event when recognition is complete.
IInkRecognizerContext::Clone

Creates a duplicate InkRecognizerContext object.
IInkRecognizerContext::EndInkInput

EndInkInput is no longer available for use for recognizers of western languages as of Windows Vista.
IInkRecognizerContext::get_CharacterAutoCompletionMode

Gets or sets the character Autocomplete mode, which determines when characters or words are recognized. (Get)
IInkRecognizerContext::get_Factoid

Gets or sets the factoid that a recognizer uses to constrain its search for the recognition result. (Get)
IInkRecognizerContext::get_Guide

Gets or sets the InkRecognizerGuide to use for ink input. (IInkRecognizerContext.get_Guide)
IInkRecognizerContext::get_PrefixText

Gets or sets the characters that come before the InkStrokes collection in the InkRecognizerContext object. (Get)
IInkRecognizerContext::get_RecognitionFlags

Gets or sets the flags that specify how the recognizer interprets the ink and determines the result string. (Get)
IInkRecognizerContext::get_Recognizer

Gets the IInkRecognizer object used by the InkRecognizerContext object.
IInkRecognizerContext::get_Strokes

Gets or sets the InkStrokes collection associated with the InkRecognizerContext object. (IInkRecognizerContext.get_Strokes)
IInkRecognizerContext::get_SuffixText

Gets or sets the characters that come after the InkStrokes collection in the InkRecognizerContext object. (Get)
IInkRecognizerContext::get_WordList

Gets or sets the word list that is used in the recognition process to improve the recognition results. (IInkRecognizerContext.get_WordList)
IInkRecognizerContext::IsStringSupported

Indicates whether the system dictionary, user dictionary, or word list contain a specified string.
IInkRecognizerContext::put_CharacterAutoCompletionMode

Gets or sets the character Autocomplete mode, which determines when characters or words are recognized. (Put)
IInkRecognizerContext::put_Factoid

Gets or sets the factoid that a recognizer uses to constrain its search for the recognition result. (Put)
IInkRecognizerContext::put_PrefixText

Gets or sets the characters that come before the InkStrokes collection in the InkRecognizerContext object. (Put)
IInkRecognizerContext::put_RecognitionFlags

Gets or sets the flags that specify how the recognizer interprets the ink and determines the result string. (Put)
IInkRecognizerContext::put_SuffixText

Gets or sets the characters that come after the InkStrokes collection in the InkRecognizerContext object. (Put)
IInkRecognizerContext::putref_Guide

Gets or sets the InkRecognizerGuide to use for ink input.
IInkRecognizerContext::putref_Strokes

Gets or sets the InkStrokes collection associated with the InkRecognizerContext object.
IInkRecognizerContext::putref_WordList

Gets or sets the word list that is used in the recognition process to improve the recognition results.
IInkRecognizerContext::Recognize

Performs recognition on an InkStrokes collection and returns recognition results. (IInkRecognizerContext.Recognize)
IInkRecognizerContext::StopBackgroundRecognition

Ends background recognition that was started with a call to BackgroundRecognize or BackgroundRecognizeWithAlternates.

Requirements

Requirement Value
Target Platform Windows
Header msinkaut.h

See also

InkRecognizerContext class