Uses of Class
org.apache.tika.language.detect.LanguageResult
-
Packages that use LanguageResult Package Description org.apache.tika.langdetect org.apache.tika.language.detect org.apache.tika.language.translate -
-
Uses of LanguageResult in org.apache.tika.langdetect
Methods in org.apache.tika.langdetect that return types with arguments of type LanguageResult Modifier and Type Method Description List<LanguageResult>
Lingo24LangDetector. detectAll()
List<LanguageResult>
OptimaizeLangDetector. detectAll()
Detect languages based on previously submitted text (via addText calls).List<LanguageResult>
TextLangDetector. detectAll()
-
Uses of LanguageResult in org.apache.tika.language.detect
Fields in org.apache.tika.language.detect declared as LanguageResult Modifier and Type Field Description static LanguageResult
LanguageResult. NULL
Methods in org.apache.tika.language.detect that return LanguageResult Modifier and Type Method Description LanguageResult
LanguageDetector. detect()
LanguageResult
LanguageDetector. detect(CharSequence text)
LanguageResult
LanguageHandler. getLanguage()
Returns the detected language based on text handled thus far.LanguageResult
LanguageWriter. getLanguage()
Returns the detected language based on text written thus far.Methods in org.apache.tika.language.detect that return types with arguments of type LanguageResult Modifier and Type Method Description abstract List<LanguageResult>
LanguageDetector. detectAll()
Detect languages based on previously submitted text (via addText calls).List<LanguageResult>
LanguageDetector. detectAll(String text)
Utility wrapper that detects the language of a given chunk of text. -
Uses of LanguageResult in org.apache.tika.language.translate
Methods in org.apache.tika.language.translate that return LanguageResult Modifier and Type Method Description protected LanguageResult
AbstractTranslator. detectLanguage(String text)
-