Interface SpellcheckingEngine
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface SpellcheckingEngine
-
Method Summary
Modifier and TypeMethodDescriptioncheck
(List<TextChunkDescriptor> text) Check a list of text chunks for spell checking errors.
-
Method Details
-
check
Check a list of text chunks for spell checking errors.- Parameters:
text
- The list of text descriptors to check.- Returns:
- The list of identified spell checking problems.
- Since:
- 21
-