Interface SpellCheckingResult


public interface SpellCheckingResult
A spell checking result that contains the bounds of a mis-spelled substring of the checked text.
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    Returns the length of the mis-spelled word in the checked text.
    default int
    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.
  • Method Details

    • location

      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.
    • length

      default int length()
      Returns the length of the mis-spelled word in the checked text.