Share via


RecognitionProperty.ConfidenceLevel Field

RecognitionProperty.ConfidenceLevel Field

Retrieves a globally unique identifier (GUID) that specifies the confidence level of the RecognitionAlternate object.

Definition

Visual Basic .NET Public Shared ConfidenceLevel As Guid
C# public static Guid ConfidenceLevel;
Managed C++ public: static Guid ConfidenceLevel;

Field Value

System.Guid. The GUID that specifies the confidence level of the RecognitionAlternate object.

This field is read-only. This field has no default value.

Remarks

The Tablet PCapplication programming interface (API) uses globally unique identifiers (GUIDs) to identify packet properties, recognition properties, drawing attributes, and general ink properties. These GUIDs are available as read-only fields of the RecognitionProperty object. Use these GUIDs to access properties of a RecognitionAlternate object by calling the GetPropertyValue method.

ConfidenceLevel specifies the level of confidence that the recognizer has in the recognition result.

Of the Microsoft® recognizers, only the Microsoft English (US) Handwriting Recognizer and the Microsoft Gesture Recognizer support confidence levels. Third party recognizers may or may not support confidence levels.

See Also