IInkAnalysisRecognizers interface

Contains a collection of objects that implement the IInkAnalysisRecognizer interface and that represent the ability to recognize handwriting, objects, or gestures.

Members

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

Methods

The IInkAnalysisRecognizers interface has these methods.

Method Description
GetCount Retrieves the number of IInkAnalysisRecognizer objects in this collection.
GetInkAnalysisRecognizer Retrieves the IInkAnalysisRecognizer at the specified index.

Remarks

The IInkAnalyzer::GetInkAnalysisRecognizersByPriority Method method of IInkAnalyzer returns an IInkAnalysisRecognizers collection containing the ink recognizers available on the current Tablet PC.

For a language recognizer, the IInkAnalysisRecognizer::GetLanguages method returns a non-empty array. For both gesture recognizers and object recognizers, the IInkAnalysisRecognizer::GetLanguages method returns an empty array.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
IACom.h (also requires IACom_i.c)
DLL
IACom.dll

See also

IInkAnalysisRecognizer

IInkAnalyzer::GetInkAnalysisRecognizersByPriority Method

Ink Analysis Reference