CONFIDENCE_LEVEL enumeration (rectypes.h)
Indicates the level of confidence the recognizer has in the recognition result.
Syntax
typedef enum enumCONFIDENCE_LEVEL {
CFL_STRONG = 0,
CFL_INTERMEDIATE = 1,
CFL_POOR = 2
} CONFIDENCE_LEVEL;
Constants
CFL_STRONG Value: 0 The recognizer is confident that the best alternate is correct. |
CFL_INTERMEDIATE Value: 1 The recognizer is confident that the correct result is in the list of alternates. |
CFL_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 | rectypes.h |