Uses of Class
org.apache.tika.language.detect.LanguageResult
Packages that use LanguageResult
-
Uses of LanguageResult in org.apache.tika.language.detect
Fields in org.apache.tika.language.detect declared as LanguageResultMethods in org.apache.tika.language.detect that return LanguageResultModifier and TypeMethodDescriptionLanguageDetector.detect()LanguageDetector.detect(CharSequence text) LanguageHandler.getLanguage()Returns the detected language based on text handled thus far.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 LanguageResultModifier and TypeMethodDescriptionabstract List<LanguageResult>LanguageDetector.detectAll()Detect languages based on previously submitted text (via addText calls).Utility wrapper that detects the language of a given chunk of text.