Uses of Class
org.apache.tika.language.detect.LanguageResult
-
Packages that use LanguageResult Package Description org.apache.tika.language.detect -
-
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 LanguageResultLanguageResult. NULLMethods in org.apache.tika.language.detect that return LanguageResult Modifier and Type Method Description LanguageResultLanguageDetector. detect()LanguageResultLanguageDetector. detect(CharSequence text)LanguageResultLanguageHandler. getLanguage()Returns the detected language based on text handled thus far.LanguageResultLanguageWriter. 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.
-