SpellCheckError

SpellCheckError class

Representing misspelled word with additional data.

The SpellCheckError type exposes the following members:

Constructors

NameDescription
SpellCheckError()Initializes a new instance of the SpellCheckError class

Properties

NameDescription
wordThe word being misspelled.
start_positionWord’s position in the input text.
lengthMsspelled word’s length in the input text.
suggested_wordslist of objects with suggested correct spellings

See Also