ContextNodeType Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Defines values that specify the type of ContextNode object.
The ContextNodeType type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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 a collection of strokes that make up a bullet in a list as determined by the parsing engines. | |
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