Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |