Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |