public interface LanguageDetector
Language according to the context.| Modifier and Type | Method and Description | 
|---|---|
| String[] | getSupportedLanguages() | 
| Language | predictLanguage(CharSequence content) | 
| Language[] | predictLanguages(CharSequence content) | 
Language[] predictLanguages(CharSequence content)
Language predictLanguage(CharSequence content)
String[] getSupportedLanguages()
Copyright © 2018 The Apache Software Foundation. All rights reserved.