Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

Gets the top IInkRecognitionAlternateof the IInkRecognitionResult.

Syntax

[propget] HRESULT
get_TopConfidence([out,retval]InkRecognitionConfidence
*TopConfidence
);

Parameters

TopConfidence

The confidence level of the IInkRecognitionResult::TopAlternateproperty of the IInkRecognitionResultobject.

This property is read-only.

Return Value

HRESULT value Description

S_OK

Success.

E_POINTER

The TopConfidenceparameter 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 TopConfidenceproperty may change if a call to the IInkRecognitionResult::ModifyTopAlternatemethod causes a change to the TopAlternateproperty.

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

See Also