MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.spellcheck.repo/SpellCheckRepository/check

check

[jvm]
abstract suspend fun check(message: String): List<SpellCheckCorrection>

Check a message for spelling errors.

Return

Parameters

jvm

   
message Message to check