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 ContextNode object type.
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 a node type that provides region context information to the InkAnalyzer - thereby improving analysis results. | |
CustomRecognizer | The node type used for a single recognition operation. | |
Image | The node type for a two-dimensional region where non-ink images exist in the document. | |
InkBullet | The node type for a collection of strokes that constitute a bullet in a bulleted list. | |
InkDrawing | The node type for a collection of strokes that constitute a drawing. | |
InkWord | The node type for a collection of strokes that constitute a logical grouping used to form a recognizable word. | |
Line | Represents the type of node for a line of words. | |
Object | The node type for an object that is returned from an "object" custom recognizer. | |
Paragraph | The node type for a collection of nodes that constitute a logical grouping of lines. | |
Root | The node type for the top node of a tree of nodes that is used to describe the results of ink analysis. | |
TextWord | The node type for the two-dimensional region where non-ink text exists in the document. | |
UnclassifiedInk | The node type for any strokes that have not yet been classified or recognized. | |
WritingRegion | The node type for a group of text paragraphs with the same orientation. |
Top