RecognitionConfidence enumeration
Indicates the level of confidence that the IInkAnalyzer has in the accuracy of the recognition result.
Syntax
typedef enum RecognitionConfidence {
RecognitionConfidence_Strong = 0,
RecognitionConfidence_Intermediate = 1,
RecognitionConfidence_Poor = 2,
RecognitionConfidence_Unknown = 3
} RecognitionConfidence;
Constants
-
RecognitionConfidence_Strong
-
Strong confidence in the result or alternate.
-
RecognitionConfidence_Intermediate
-
Intermediate confidence in the result or alternate.
-
RecognitionConfidence_Poor
-
Poor confidence in the result or alternate.
-
RecognitionConfidence_Unknown
-
The IInkAnalysisRecognizer that generated the recognized text does not support confidence levels.
Remarks
The IInkAnalyzer uses one or more IInkAnalysisRecognizer objects to convert handwriting to text.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server |
None supported |
Header |
|
See also