ContextNodeType Members
Defines values that specify the type of ContextNode object.
The following tables list the members exposed by the ContextNodeType type.
Public Fields
Name | Description | |
---|---|---|
AnalysisHint | Represents the type of node that provides additional context information for a region to the InkAnalyzer to improve analysis results. | |
CustomRecognizer | Represents the type of node used for a single recognition operation. | |
Image | Represents the type of node for a two-dimensional region where any non-ink images can exist in the document. | |
InkBullet | Represents the type of node for a collection of strokes that constitutes a bullet in a bulleted list. | |
InkDrawing | Represents the type of node for a collection of strokes that constitutes a drawing. | |
InkWord | Represents the type of node for a collection of strokes that constitutes a logical grouping to form a recognizable word. | |
Line | Represents the type of node for a line of words. | |
Object | Represents the type of node for an object that is returned from an "object" custom recognizer. | |
Paragraph | Represents the type of node for a collection of nodes that constitutes a logical grouping of lines. | |
Root | Represents the type of node for the top node of a tree of nodes that describe the results of ink analysis. | |
TextWord | Represents the type of node for the two-dimensional region where any non-ink text can exist in the document. | |
UnclassifiedInk | Represents the type of node for any strokes that have not yet been classified or recognized. | |
WritingRegion | Represents the type of node for a group of text paragraphs with the same orientation. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
See Also
Reference
ContextNodeType Class
System.Windows.Ink Namespace
ContextNode.Type
InkAnalyzer.FindNodesOfType