IInkRecognitionResult::get_TopConfidence method (msinkaut.h)

Gets the top alternate of the recognition result.

This property is read-only.

Syntax

HRESULT get_TopConfidence(
  InkRecognitionConfidence *TopConfidence
);

Parameters

TopConfidence

Return value

None

Remarks

Of the Microsoft recognizers, only the Microsoft English (US) Handwriting Recognizer and the Microsoft Gesture Recognizer support confidence levels. Third party recognizers may or may not support confidence levels.

Note  The TopConfidence property may change if a call to the ModifyTopAlternate method causes a change to the TopAlternate property.
 

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

IInkRecognitionResult Interface

InkRecognitionConfidence Enumeration

ModifyTopAlternate Method

TopAlternate Property