Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This namespace implements the base level functionality of Ink Analysis.
Classes
Class | Description | |
---|---|---|
![]() |
AnalysisAlternateBase | The base class for AnalysisAlternate. Represents the possible handwriting recognition word matches for ContextNodeBase objects. |
![]() |
AnalysisAlternateBaseCollection | The base class for AnalysisAlternateBaseCollection. Contains a collection of AnalysisAlternateBase objects that are the result of an ink analysis. |
![]() |
AnalysisAlternateBaseCollection.AnalysisAlternateCollectionEnumeratorBase | An implementation of the IEnumerator interface that supports iterating over a AnalysisAlternateBaseCollection. |
![]() |
AnalysisRegionBase | Represents an area of a document. |
![]() |
AnalysisStatusBase | The base class for AnalysisStatus. Represents the status of the analysis operation by describing whether the analysis was completed successfully and whether any warnings occurred. |
![]() |
AnalysisWarningBase | The base class for AnalysisWarning. Represents a warning or error that occurs during an ink analysis operation. |
![]() |
AnalysisWarningBaseCollection | Contains a collection of AnalysisWarningBase objects that are the result of an ink analysis. |
![]() |
AnalysisWarningBaseCollection.AnalysisWarningBaseCollectionEnumerator | An implementation of the T:System.Collections.IEnumerator interface that supports iterating over a AnalysisWarningBaseCollection. |
![]() |
ContextLinkBase | The base class for ContextLink. Represents a relationship between two ContextNodeBase objects that is not a parent-child relationship. |
![]() |
ContextLinkBaseCollection | Contains a collection of ContextLinkBase objects that are the result of an ink analysis. |
![]() |
ContextLinkBaseCollection.ContextLinkBaseCollectionEnumerator | An implementation of the IEnumerator interface that supports iterating over a ContextLinkBaseCollection. |
![]() |
ContextNodeBase | Represents a node in a tree of objects that are created as part of ink analysis. |
![]() |
ContextNodeBaseCollection | Contains a collection of ContextNodeBase objects that are the result of an ink analysis. |
![]() |
ContextNodeBaseCollection.ContextNodeBaseCollectionEnumerator | An implementation of the IEnumerator interface that supports iterating over a ContextNodeBaseCollection. |
![]() |
ContextNodeCreatedBaseEventArgs | Provides data for the ContextNodeCreatedBase event. |
![]() |
ContextNodeDeletingBaseEventArgs | Provides data for the ContextNodeDeletingBase event. |
![]() |
ContextNodeLinkAddingBaseEventArgs | Provides data for the ContextNodeLinkAddingBase event. |
![]() |
ContextNodeLinkDeletingBaseEventArgs | Provides data for the ContextNodeLinkDeletingBase event. |
![]() |
ContextNodeMovingToPositionBaseEventArgs | Provides data for the ContextNodeMovingToPositionBase event. |
![]() |
ContextNodePropertiesUpdatedBaseEventArgs | Provides data for the ContextNodePropertiesUpdatedBase event. |
![]() |
ContextNodeReparentingBaseEventArgs | Provides data for the ContextNodeReparentingBase event. |
![]() |
ContextNodeTypeBase | Defines values that specify the type of ContextNode object. |
![]() |
InkAnalyzerBase | Provides access to layout analysis, writing and drawing classification, and handwriting recognition. |
![]() |
InkRecognizerBase | Provides access to handwriting recognizers for use with ink analysis. |
![]() |
InkRecognizerBaseCollection | Contains InkRecognizerBase objects that represent the ability to recognize handwriting from various locales. |
![]() |
InkRecognizerBaseCollection.InkRecognizerBaseCollectionEnumerator | An implementation of the System.Collections.IEnumerator interface that supports iterating over a InkRecognizerBaseCollection. |
![]() |
InkRecognizerGuideBase | Specifies the guide, or area where ink is drawn and recognized. |
![]() |
Lattice | This class supports the InkAnalyzer infrastructure and is not intended to be used directly from your code. |
![]() |
LatticeColumn | This class supports the InkAnalyzer infrastructure and is not intended to be used directly from your code. |
![]() |
LatticeElement | This class supports the InkAnalyzer infrastructure and is not intended to be used directly from your code. |
![]() |
NewStrokesLoadedBaseEventArgs | Provides data for the NewStrokesLoadedBase event. |
![]() |
PopulateContextNodeBaseEventArgs | Provides data for the PopulateContextNodeBase event. |
![]() |
PropertyGuidsForAnalysisHintsBase | Defines globally unique identifiers (GUIDs) for the ContextNode class. |
![]() |
PropertyGuidsForContextNodesBase | Defines globally unique identifiers (GUIDs) for the ContextNodeBase class. |
![]() |
RecognitionProperty | Defines globally unique identifiers (GUIDs) for properties that a InkRecognizerBase might support for recognition results. |
![]() |
ResultsUpdatedBaseEventArgs | Provides data for the ResultsUpdatedBase event. |
![]() |
StrokesReparentedBaseEventArgs | Provides data for the StrokesReparentedBase event. |
![]() |
UnicodeCharacterRangeBase | Represents a character range. |
![]() |
UnicodeCharacterRangeBaseCollection | Contains an ordered collection of UnicodeCharacterRangeBase objects. |
![]() |
UnicodeCharacterRangeBaseCollection.UnicodeCharacterRangeBaseCollectionEnumerator | An implementation of the IEnumerator interface that supports iterating over an UnicodeCharacterRangeBaseCollection.UnicodeCharacterRangeBaseCollectionEnumerator. |
![]() |
UpdateStrokesCacheBaseEventArgs | Provides data for the UpdateStrokesCacheBase event. |
Delegates
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
AnalysisModes | Specifies how the InkAnalyzerBase functions. |
![]() |
AnalysisWarningCode | Defines values for the set of available warnings that can occur during ink analysis. |
![]() |
ConfirmationType | Defines values that specify the type confirmation that can occur on a ContextNodeBase object. |
![]() |
ContextLinkDirection | Specifies the directionality, if any, of an additional relationship between two context nodes - other than the existing parent child relationship. |
![]() |
InkRecognitionConfidence | Defines values indicating the level of confidence that the InkAnalyzer has in the accuracy of the recognition result. |
![]() |
InkRecognizerCapabilities | Defines values that specify the attributes of an ink recognizer. |
![]() |
SemanticType | Specifies the semantic types used in defining an annotation. |
![]() |
StrokeType | Defines values that indicate whether or not a Stroke should be analyzed as part of a drawing or as part of writing. |