CONFIDENCE_LEVEL Enumeration

CONFIDENCE_LEVEL Enumeration

Defines constant values that indicate the level of confidence the recognizer has in the recognition result.

Declaration

[C++]

typedef enum enumCONFIDENCE_LEVEL
{
  CFL_STRONG = 0,
  CFL_INTERMEDIATE = 1,
  CFL_POOR = 2,
} CONFIDENCE_LEVEL;

Members

Name Description
CFL_STRONG Recognizer is confident that the best alternate is correct.
CFL_INTERMEDIATE Recognizer is confident that the correct result is in the list of alternates.
CFL_POOR Recognizer is not confident that the result is in the list of alternates.