Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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_STRONGValue: 0 The recognizer is confident that the best alternate is correct. |
CFL_INTERMEDIATEValue: 1 The recognizer is confident that the correct result is in the list of alternates. |
CFL_POORValue: 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 |