ContextNodeTypeBase.CustomRecognizer Field
Represents the type of node used for a single recognition operation.
Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in iacore.dll)
Syntax
'Declaration
Public Shared ReadOnly CustomRecognizer As Guid
'Usage
Dim value As Guid
value = ContextNodeTypeBase.CustomRecognizer
public static readonly Guid CustomRecognizer
public:
static initonly Guid CustomRecognizer
public static final Guid CustomRecognizer
public static final var CustomRecognizer : Guid
Not applicable.
Remarks
All strokes and nodes that are under a CustomRecognizer node are recognized by an independent recognition operation and are not analyzed by the InkAnalyzerBase.
A CustomRecognizer node can contain he following types of child elements:
Any number of Unclassified Ink nodes.
Any number of Object nodes.
Any number of Line nodes.
Any number of InkWord nodes.
Any number of nodes with an unknown Guid value.
A CustomRecognizer node must be the direct child of the Root node.
The GuidGuid value for this ContextNodeTypeBase field is 8a269227-2bd1-4281-ab62-79fa2418a5ac.
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
ContextNodeTypeBase Class
ContextNodeTypeBase Members
System.Windows.Ink.AnalysisCore Namespace