SuggestedWord
Inheritance: java.lang.Object
public class SuggestedWord
Spelling suggestion returned from GetSpellCheckErrorList.
Constructors
Constructor | Description |
---|---|
SuggestedWord() |
Fields
Field | Description |
---|---|
word | The suggested correctly spelled word. |
distance | The distance between the searched and suggestion. |
SuggestedWord()
public SuggestedWord()
word
public String word
The suggested correctly spelled word.
distance
public int distance
The distance between the searched and suggestion.