IInkRecognitionAlternate::ConfidenceAlternates
4/8/2010
Returns the collection of alternates in which each IInkRecognitionAlternate in the collection consists of the segments with the same property values.
Syntax
[propget] HRESULT get_ConfidenceAlternates (
[out, retval] IInkRecognitionAlternates **RecognitionAlternates
);
Parameters
RecognitionAlternates
Returns the IInkRecognitionAlternates collection of alternates, with each alternate in the collection having the same confidence value as this alternate. The method leaves the parameter intact if it fails.This property is read–only.
Return Value
HRESULT value | Description |
---|---|
S_OK |
Success. |
E_POINTER |
RecognitionAlternates is an invalid pointer. |
E_INVALIDARG |
The recognition range is invalid. |
E_INK_EXCEPTION |
An exception occurred while processing. |
E_OUTOFMEMORY |
Out of memory. |
Remarks
For more information about confidence, see InkRecognitionConfidence. For more information about properties of alternates, see the RecognitionProperty constants described in IInkRecognitionAlternate::GetPropertyValue.
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 |