IInkRecognitionResult::TopConfidence
4/8/2010
Gets the top IInkRecognitionAlternate of the IInkRecognitionResult.
Syntax
[propget] HRESULT get_TopConfidence([out,retval]InkRecognitionConfidence *TopConfidence
);
Parameters
TopConfidence
The confidence level of the IInkRecognitionResult::TopAlternate property of the IInkRecognitionResult object.This property is read-only.
Return Value
HRESULT value | Description |
---|---|
S_OK |
Success. |
E_POINTER |
The TopConfidence parameter is an invalid pointer. |
E_INK_EXCEPTION |
An exception occurred while processing. |
E_NOTIMPL |
The recognizer that generated this result does not support confidence levels. |
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 IInkRecognitionResult::ModifyTopAlternate method causes a change to the TopAlternate property.
Requirements
Header | msinkaut.h |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later |