Share via


ContextNodeType.CustomRecognizer Field

Represents the type of node used for a single recognition operation.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)

Syntax

'Declaration
Public Shared ReadOnly CustomRecognizer As Guid
'Usage
Dim value As Guid 

value = ContextNodeType.CustomRecognizer
public static readonly Guid CustomRecognizer
public:
static initonly Guid CustomRecognizer
public static final var CustomRecognizer : Guid

Remarks

All strokes and nodes that are under a CustomRecognizer node are recognized by an independent recognition operation and are not analyzed by the InkAnalyzer.

An CustomRecognizer node can contain he following types of child elements:

  • Any number of UnclassifiedInk 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 Guid value for this ContextNodeType field is 8a269227-2bd1-4281-ab62-79fa2418a5ac.

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

ContextNodeType Class

ContextNodeType Members

Microsoft.Ink Namespace

Microsoft.Ink.CustomRecognizerNode