Share via


InkRecognitionConfidence Enumeration

Defines values indicating the level of confidence that the InkAnalyzer has in the accuracy of the recognition result.

Namespace:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Syntax

'Declaration
Public Enumeration InkRecognitionConfidence
'Usage
Dim instance As InkRecognitionConfidence
public enum InkRecognitionConfidence
public enum class InkRecognitionConfidence
public enum InkRecognitionConfidence

Members

Member name Description
Strong Indicates strong confidence in the result or alternate.
Intermediate Indicates intermediate confidence in the result or alternate.
Poor Indicates poor confidence in the result or alternate.
Unknown Indicates that the InkRecognizerBase that generated the recognized text does not support confidence levels.

Remarks

The InkAnalyzerBase uses one or more InkRecognizerBase objects to convert handwriting to text.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

System.Windows.Ink.AnalysisCore Namespace

CustomRecognizerNode.InkRecognitionConfidence

InkWordNode.InkRecognitionConfidence

LineNode.InkRecognitionConfidence

ParagraphNode.InkRecognitionConfidence

WritingRegionNode.InkRecognitionConfidence

AnalysisAlternateBase.InkRecognitionConfidence