Compartir a través de


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
public enum InkRecognitionConfidence

Members

  Member name Description
Intermediate Indicates intermediate confidence in the result or alternate. 
Poor Indicates poor confidence in the result or alternate. 
Strong Indicates strong 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 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

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