public class Result
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
dictionaryName()
The name of the dictionary used.
|
boolean |
isCorrect()
Indicates whether the 'word' is correctly spelt in the queried dictionaries.
|
java.util.ArrayList<SuggestedSpelling> |
suggestions()
Retrieves a list of suggested alternative spellings.
|
java.lang.String |
word()
The word that was spell-checked.
|
public boolean isCorrect()
true if the word was found in the dictionary.public java.lang.String dictionaryName()
String identifying the dictionary.public java.lang.String word()
public java.util.ArrayList<SuggestedSpelling> suggestions()