OneNote.Interfaces.InkAnalysisWordLoadOptions interface

Represents ink analysis data for an identified word formed by ink strokes.

Remarks

[ API set: OneNoteApi 1.1 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

id

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

languageId

The id of the recognized language in this inkAnalysisWord. Read-only.

line

Reference to the parent InkAnalysisLine.

strokePointers

Weak references to the ink strokes that were recognized as part of this ink analysis word. Read-only.

wordAlternates

The words that were recognized in this ink word, in order of likelihood. Read-only.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

id

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

id?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

languageId

The id of the recognized language in this inkAnalysisWord. Read-only.

languageId?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

line

Reference to the parent InkAnalysisLine.

line?: OneNote.Interfaces.InkAnalysisLineLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

strokePointers

Weak references to the ink strokes that were recognized as part of this ink analysis word. Read-only.

strokePointers?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

wordAlternates

The words that were recognized in this ink word, in order of likelihood. Read-only.

wordAlternates?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]