InkRecognizers collection
Contains the IInkRecognizer objects that represent the ability to create a recognizer context, retrieve its attributes and properties, and determine which packet properties the recognizer needs to perform recognition.
Members
The InkRecognizers collection inherits from the IUnknown interface. InkRecognizers also has these types of members:
- Interfaces
- Methods
- Properties
Interfaces
The InkRecognizers collection defines these interfaces.
Interface | Description |
---|---|
IInkRecognizers | This collection implements the IInkRecognizers COM interface. |
Methods
The InkRecognizers collection has these methods.
Method | Description |
---|---|
GetDefaultRecognizer | Retrieves the default recognizer for a known language, specified by a national language support (NLS) language code identifier (LCID). |
Item | Specifies the recognizer to return at a known index in the collection. |
Properties
The InkRecognizers collection has these properties.
Property | Access type | Description |
---|---|---|
_NewEnum |
Read-only |
Gets an enumerator interface for the collection. Use this property to retrieve each object in the collection. |
Read-only |
Gets the number of recognizers in the collection. |
Remarks
A language recognizer has a nonempty array in its Languages property. A gesture recognizer has an empty array in its Languages property and the Capabilities property is not set to the Object value.
For more information about recognition, see About Handwriting Recognition.
Requirements
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server |
None supported |
Header |
Msinkaut.h (also requires Msinkaut_i.c) |
Library |
InkObj.dll |