IInkRecognitionResult::get_TopAlternate method (msinkaut.h)

Gets the top alternate of the recognition result.

This property is read-only.

Syntax

HRESULT get_TopAlternate(
  IInkRecognitionAlternate **TopAlternate
);

Parameters

TopAlternate

Return value

None

Remarks

When the recognizer returns a recognition result, the recognition alternates are ranked from the highest confidence level to the lowest confidence level. The recognition alternate with the highest confidence level is selected as the top alternate.

You can use the ModifyTopAlternate method to change which recognition alternate is the top alternate.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut.h
Library InkObj.dll

See also

IInkRecognitionAlternate Interface

IInkRecognitionResult Interface

ModifyTopAlternate Method