Share via


InkRecognizers Collection

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 following tables list the members exposed by the object.

Methods

Method Description
GetDefaultRecognizer Returns 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

Property Description
_NewEnum Gets either the IEnumVARIANT or IEnumUnknown enumerator interface for the collection. Use this property to retrieve each object in the collection.

The _NewEnum property is marked restricted in the Interface Definition Language (IDL) definition for the collection interfaces. It is not shown in the Microsoft® Visual Basic® 6.0 object browser. It is automatically used internally when you use the For Each In construct in Visual Basic 6.0.

Count Returns 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 Recognition.

For more information about collections in Automation, see Working with Collections.

COM Implementation

This collection implements the IInkRecognizers COM interface.