InkRecognitionConfidence Enumeration

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

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.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 InkRecognizer that generated the recognized text does not support confidence levels.

Remarks

The InkAnalyzer uses one or more InkRecognizer objects to convert handwriting to text.

Platforms

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

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

Microsoft.Ink Namespace

CustomRecognizerNode.InkRecognitionConfidence

InkWordNode.InkRecognitionConfidence

LineNode.InkRecognitionConfidence

ParagraphNode.InkRecognitionConfidence

WritingRegionNode.InkRecognitionConfidence

AnalysisAlternate.InkRecognitionConfidence