checkText

abstract fun checkText(text: String): List<SpellingError>(source)

Checks the spelling of the provided text.

Return

List of spelling errors found

Parameters

text

The text to check