Windows.UI.Input.Inking.Analysis
Windows.UI.Input.Inking.Analysis
Windows.UI.Input.Inking.Analysis
Windows.UI.Input.Inking.Analysis
Namespace
Provides analysis of ink stroke input for Windows Ink apps.
This includes:
- Shape detection and recognition
- Handwriting recognition
- Layout interpretation and classification
Classes
Interfaces
| IInkAnalysisNode IInkAnalysisNode IInkAnalysisNode IInkAnalysisNode |
Represents a single node from the tree of objects generated by the ink analysis process. Ink analysis can categorize ink strokes into either writing or drawing strokes, and recognize text, shapes, and basic layout structures. |
| IInkAnalyzerFactory IInkAnalyzerFactory IInkAnalyzerFactory IInkAnalyzerFactory |
Represents a factory for generating InkAnalyzer objects used in ink analysis. |
Enums
| InkAnalysisDrawingKind InkAnalysisDrawingKind InkAnalysisDrawingKind InkAnalysisDrawingKind |
Specifies the shapes that an InkAnalyzer can recognize when InkAnalysisNode.Kind is set to InkDrawing. |
| InkAnalysisNodeKind InkAnalysisNodeKind InkAnalysisNodeKind InkAnalysisNodeKind |
Specifies the types of nodes (or categories of ink input) that ink analysis can differentiate and recognize. |
| InkAnalysisStatus InkAnalysisStatus InkAnalysisStatus InkAnalysisStatus |
Specifies the various states of the ink analysis process. |
| InkAnalysisStrokeKind InkAnalysisStrokeKind InkAnalysisStrokeKind InkAnalysisStrokeKind |
Specifies the types of ink strokes that can be recognized by the ink analysis process. |