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

InkAnalysisInkBullet

Provides access to an InkAnalysisNode of type InkAnalysisNodeKind.InkBullet.

InkAnalysisInkDrawing

Provides access to an InkAnalysisNode of type InkAnalysisNodeKind.InkDrawing.

InkAnalysisInkWord

Provides access to an InkAnalysisNode of type InkAnalysisNodeKind.InkWord.

InkAnalysisLine

Provides access to an InkAnalysisNode of type InkAnalysisNodeKind.Line.

InkAnalysisListItem

Provides access to an InkAnalysisNode of type InkAnalysisNodeKind.ListItem.

InkAnalysisNode

Provides access to 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.

InkAnalysisParagraph

Provides access to an InkAnalysisNode of type InkAnalysisNodeKind.Paragraph.

InkAnalysisResult

Provides access to the results generated by the ink analysis process.

InkAnalysisRoot

Provides access to an InkAnalysisNode of type InkAnalysisNodeKind.Root.

InkAnalysisWritingRegion

Provides access to an InkAnalysisNode of type InkAnalysisNodeKind.WritingRegion.

InkAnalyzer

Provides access to an object that can categorize ink strokes into either writing or drawing strokes, and recognize text, shapes, and basic layout structures.

Interfaces

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

Represents a factory for generating InkAnalyzer objects used in ink analysis.

Enums

InkAnalysisDrawingKind

Specifies the shapes that an InkAnalyzer can recognize when InkAnalysisNode.Kind is set to InkDrawing.

InkAnalysisNodeKind

Specifies the types of nodes (or categories of ink input) that ink analysis can differentiate and recognize.

InkAnalysisStatus

Specifies the various states of the ink analysis process.

InkAnalysisStrokeKind

Specifies the types of ink strokes that can be recognized by the ink analysis process.

See also