| Package | Description |
|---|---|
| org.apache.tika.language.detect |
| Modifier and Type | Field and Description |
|---|---|
static LanguageResult |
LanguageResult.NULL |
| Modifier and Type | Method and Description |
|---|---|
LanguageResult |
LanguageDetector.detect() |
LanguageResult |
LanguageDetector.detect(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<LanguageResult> |
LanguageDetector.detectAll()
Detect languages based on previously submitted text (via addText calls).
|
java.util.List<LanguageResult> |
LanguageDetector.detectAll(java.lang.String text)
Utility wrapper that detects the language of a given chunk of text.
|