Type Definitions
Suggestions
A Suggestions object contains multiple misspelt words as nested objects with the following
properties.
Properties:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
misspeltWord |
Object
|
a sequence of tokens representing the misspelt word | ||||||
Name | Type | Description |
---|---|---|
suggestedWords |
Array.<string>
|
an array of string suggestions |
count |
number
|
the amount of times this exact sequence of tokens appears inside the text content |
- Source:
Type:
-
Object
WordList
A WordList object has misspelt words and the languages they are misspelt in.
Properties:
Name | Type | Description |
---|---|---|
misspeltWord |
Array.<string>
|
array of languages the word is misspelt in |
- Source:
- See:
Type:
-
Object