Share via


InkRecognitionConfidence Enumeration

InkRecognitionConfidence Enumeration

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

Declaration

[C++]

typedef enum InkRecognitionConfidence {
    IRC_Strong = 0,
    IRC_Intermediate = 1,
    IRC_Poor = 2
} InkRecognitionConfidence;

[Microsoft® Visual Basic® 6.0]

Enum InkRecognitionConfidence
    IRC_Strong = 0
    IRC_Intermediate = 1
    IRC_Poor = 2
End Enum

Members

The following tables list the enumeration values.

Name Description
Strong Signifies that the recognizer is confident that the best alternate is correct.
Intermediate Signifies that the recognizer is confident that the correct result is in the list of alternates.
Poor Signifies that the recognizer is not confident that the result is in the list of alternates.