| Package | Description |
|---|---|
| org.apache.tika.language.detect |
| Modifier and Type | Field and Description |
|---|---|
private LanguageConfidence |
LanguageResult.confidence |
| Modifier and Type | Method and Description |
|---|---|
LanguageConfidence |
LanguageResult.getConfidence() |
static LanguageConfidence |
LanguageConfidence.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LanguageConfidence[] |
LanguageConfidence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LanguageResult(java.lang.String language,
LanguageConfidence confidence,
float rawScore) |