public interface SpellCheckingResult
Modifier and Type | Method and Description |
---|---|
default int |
length()
Returns the length of the mis-spelled word in the checked text.
|
default int |
location()
Returns the location of the first symbol in the mis-spelled word in the checked text that is
considered as mis-spelled by the spell checker.
|