Package-level declarations
The public API: PlatformSpellCheckerFactory, PlatformSpellChecker, the WordCheckResult hierarchy (CorrectWord / MisspelledWord), SpellingCorrection, SpLocale, and DictionaryScope.
The public API: PlatformSpellCheckerFactory, PlatformSpellChecker, the WordCheckResult hierarchy (CorrectWord / MisspelledWord), SpellingCorrection, SpLocale, and DictionaryScope.
The public API: PlatformSpellCheckerFactory, PlatformSpellChecker, the WordCheckResult hierarchy (CorrectWord / MisspelledWord), SpellingCorrection, SpLocale, and DictionaryScope.
The public API: PlatformSpellCheckerFactory, PlatformSpellChecker, the WordCheckResult hierarchy (CorrectWord / MisspelledWord), SpellingCorrection, SpLocale, and DictionaryScope.
Types
Result for a correctly spelled word.
Scope of a custom-dictionary mutation.
Result for a misspelled word, with up to maxSuggestions suggestions (closest first). suggestions may be empty when the platform offers no alternatives.
Platform-specific spell checker that provides spell checking functionality.
Platform-specific spell checker that provides spell checking functionality.
Desktop JVM implementation of PlatformSpellChecker.
iOS implementation of PlatformSpellChecker using UITextChecker.
PlatformSpellCheckerFactory creates platform spell checkers and provides a capability check.
PlatformSpellCheckerFactory creates platform spell checkers and provides a capability check.
PlatformSpellCheckerFactory creates platform spell checkers and provides a capability check.
PlatformSpellCheckerFactory creates platform spell checkers and provides a capability check.
The outcome of checking a single word with PlatformSpellChecker.checkWord.
Functions
Returns true if result is a MisspelledWord. On the true branch result smart-casts to MisspelledWord, so its suggestions are accessible without a further is check.
JVM-only convenience conversions between SpLocale and java.util.Locale (Android/JVM).
JVM-only convenience conversions between SpLocale and java.util.Locale (Desktop/JVM).
iOS-only convenience conversions between SpLocale and NSLocale (Apple platforms).