AnalysisWarningCode Enumeration

Defines values for the set of available warnings that can occur during ink analysis.

Namespace: System.Windows.Ink
Assembly: IAWinFX (in iawinfx.dll)
XML Namespace:  https://schemas.microsoft.com/winfx/2006/xaml/presentation

Syntax

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

Members

  Member name Description
Aborted Indicates the analysis operation was aborted. Returned only when the synchronous analysis operation is called. Aborting an asynchronous operation will not raise a Results event. 
AddInkToRecognizerFailed Indicates InkRecognizer will not add the ink . For example, adding strokes collected from a mouse on a gesture recognizer will fail, as the gesture recognizer requires strokes collected from a digitizer. 
AnalysisAlreadyRunning Indicates that the InkAnalyzer is already performing background analysis. 
BackgroundException Indicates that the background operation did not complete due to an exception. This is a fatal error and requires that the InkAnalyzer re-instantiate before further use. 
ConfirmedWithoutInkRecognition Indicates that a ContextNode has been confirmed by the user without having any recognition values computed for the node. 
ContextNodeLocationNotSet Indicates that a ContextNode is missing a proper Location set. The Location property must have a non-empty value unless the ContextNode is marked as partially populated. 
EnableUnicodeCharacterRangesNotSupported Indicates that the InkRecognizer does not support enabling Unicode character ranges as specified. 
FactoidCoercionNotSupported Indicates that the ink recognizer was unable to coerce its results to the specified Factoid
FactoidNotSupported Indicates that the ink recognizer was unable to respect the specified Factoid
GuideNotSupported Indicates that the ink recognizer was unable to respect the specified Guide
InkRecognizerInitializationFailed Indicates that the InkRecognizer could not be instantiated, cloned or that setting strokes on the recognizer’s context failed. 
LanguageIdNotRespected Indicates that the language identifier set on a stroke associated with a CustomRecognizer did not match the language identifier of the used InkRecognizer. The ink was still recognized with the specified InkRecognizer
NoMatchingInkRecognizerFound Indicates that there are not any ink recognizers that meet the language or capabilities needed to perform the text recognition operation installed on the system. 
PartialDictionaryTermsNotSupported Indicates that partial dictionary terms could not be returned from the InkRecognizer
SetPrefixSuffixFailed Indicates that the InkRecognizer was unable to respect the specified PrefixText or SuffixText value. 
TextRecognitionProcessFailed Indicates the text recognition process failed. 
TopInkBreaksOnlyNotSupported Indicates that the InkRecognizer does not support TopInkBreaksOnly
WordlistNotSupported Indicates that the ink recognizer was unable to support the specified word list set by SetWordlist
WordModeNotSupported Indicates that the ink recognizer was unable to support the specified WordMode

Remarks

BackgroundException is the only warning that requires that the InkAnalyzer is re-instantiated before further use.

Other warnings, such as InkRecognizerInitializationFailed and InkRecognizerNotInstalled, might require that the InkAnalyzer use a different recognizer.

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

System.Windows.Ink Namespace