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
paragraph
Reference to the parent InkAnalysisParagraph. Read-only.
paragraph?: OneNote.Interfaces.InkAnalysisParagraphData;
Property Value
Remarks
words
Gets the ink analysis words in this ink analysis line. Read-only.
words?: OneNote.Interfaces.InkAnalysisWordData[];