IAnalysisAlternate::GetRecognitionConfidence method

Gets a value that indicates the level of confidence that the IInkAnalyzer has in the accuracy of the IAnalysisAlternate.

Syntax

HRESULT GetRecognitionConfidence(
  [out] RecognitionConfidence *pConfidence
);

Parameters

pConfidence [out]

A pointer to an InkRecognitionConfidence Enumeration that indicates the level of confidence that the IInkAnalysisRecognizer has in the accuracy of the recognition alternate.

Return value

For a description of the return values, see Classes and Interfaces - Ink Analysis.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
IACom.h (also requires IACom_i.c)
DLL
IACom.dll

See also

IAnalysisAlternate

IInkAnalyzer

IInkAnalysisRecognizer

RecognitionConfidence

Ink Analysis Reference