IInkRecognizers interface (msinkaut.h)

Represents a collection of IInkRecognizer objects having the ability to create a recognizer context, retrieve its attributes and properties, and determine which packet properties the recognizer needs to perform recognition.

Inheritance

The IInkRecognizers interface inherits from the IUnknown interface. IInkRecognizers also has these types of members:

Methods

The IInkRecognizers interface has these methods.

 
IInkRecognizers::get_Count

Gets the number of objects or collections contained in a collection. (IInkRecognizers.get_Count)
IInkRecognizers::GetDefaultRecognizer

Retrieves the default recognizer for a known language, specified by a national language support (NLS) language code identifier (LCID).
IInkRecognizers::Item

Retrieves the IInkRecognizer object at the specified index within the InkRecognizers collection.

Requirements

Requirement Value
Target Platform Windows
Header msinkaut.h

See also

InkRecognizers collection