InkRecognitionConfidence enumeration (msinkaut.h)
Indicates the level of confidence that the recognizer has in the recognition result.
Syntax
typedef enum InkRecognitionConfidence {
IRC_Strong = 0,
IRC_Intermediate = 1,
IRC_Poor = 2
} ;
Constants
IRC_Strong Value: 0 The recognizer is confident that the best recognition alternate is correct. |
IRC_Intermediate Value: 1 The recognizer is confident that the correct result is in the list of alternates. |
IRC_Poor Value: 2 The recognizer is not confident that the result is in the list of alternates. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | msinkaut.h |
See also
Confidence Property [IInkGesture Interface]