public class SpellCheckError extends Object
Modifier and Type | Field and Description |
---|---|
int |
length
Misspelled word's length in the input text.
|
int |
startPosition
Word's position in the input text.
|
List<SuggestedWord> |
suggestedWords
list of objects with suggested correct spellings
|
String |
word
The word being misspelled.
|
Constructor and Description |
---|
SpellCheckError() |
public String word
public int startPosition
public int length
public List<SuggestedWord> suggestedWords