| 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(CharSequence text) |
LanguageResult |
LanguageWriter.getLanguage()
Returns the detected language based on text written thus far.
|
LanguageResult |
LanguageHandler.getLanguage()
Returns the detected language based on text handled thus far.
|
| Modifier and Type | Method and 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.
|
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.