OneNote.Interfaces.InkAnalysisLineData interface

An interface describing the data returned by calling inkAnalysisLine.toJSON().

Properties

id

Gets the ID of the InkAnalysisLine object. Read-only.

paragraph

Reference to the parent InkAnalysisParagraph. Read-only.

words

Gets the ink analysis words in this ink analysis line. Read-only.

Property Details

id

Gets the ID of the InkAnalysisLine object. Read-only.

id?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]

paragraph

Reference to the parent InkAnalysisParagraph. Read-only.

paragraph?: OneNote.Interfaces.InkAnalysisParagraphData;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

words

Gets the ink analysis words in this ink analysis line. Read-only.

words?: OneNote.Interfaces.InkAnalysisWordData[];

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]