OneNote.Interfaces.InkAnalysisWordCollectionLoadOptions interface
Represents a collection of InkAnalysisWord objects.
Remarks
Properties
$all | Specifying |
id | For EACH ITEM in the collection: Gets the ID of the InkAnalysisWord object. Read-only. |
language |
For EACH ITEM in the collection: The id of the recognized language in this inkAnalysisWord. Read-only. |
line | For EACH ITEM in the collection: Reference to the parent InkAnalysisLine. |
stroke |
For EACH ITEM in the collection: Weak references to the ink strokes that were recognized as part of this ink analysis word. Read-only. |
word |
For EACH ITEM in the collection: The words that were recognized in this ink word, in order of likelihood. Read-only. |
Property Details
$all
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
id
For EACH ITEM in the collection: Gets the ID of the InkAnalysisWord object. Read-only.
id?: boolean;
Property Value
boolean
Remarks
languageId
For EACH ITEM in the collection: The id of the recognized language in this inkAnalysisWord. Read-only.
languageId?: boolean;
Property Value
boolean
Remarks
line
For EACH ITEM in the collection: Reference to the parent InkAnalysisLine.
line?: OneNote.Interfaces.InkAnalysisLineLoadOptions;
Property Value
Remarks
strokePointers
For EACH ITEM in the collection: Weak references to the ink strokes that were recognized as part of this ink analysis word. Read-only.
strokePointers?: boolean;
Property Value
boolean
Remarks
wordAlternates
For EACH ITEM in the collection: The words that were recognized in this ink word, in order of likelihood. Read-only.
wordAlternates?: boolean;
Property Value
boolean
Remarks
Office Add-ins