SpellCheckError

SpellCheckError structure

Representing misspelled word with additional data.

public struct SpellCheckError

Properties

NameDescription
Length { get; set; }Msspelled word’s length in the input text.
StartPosition { get; set; }Word’s position in the input text.
SuggestedWords { get; set; }list of objects with suggested correct spellings
Word { get; set; }The word being misspelled.

See Also