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. |
Returns the collection of alternates in which each IInkRecognitionAlternatein the collection consists of the segments with the same property values.
Syntax
[propget] HRESULT get_ConfidenceAlternates ( [out, retval] IInkRecognitionAlternates **RecognitionAlternates ); |
Parameters
- RecognitionAlternates
-
Returns the IInkRecognitionAlternatescollection 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 |
RecognitionAlternatesis 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 RecognitionPropertyconstants 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 |