| Package | Description |
|---|---|
| org.apache.tika.language.detect |
| Modifier and Type | Method and Description |
|---|---|
LanguageConfidence |
LanguageResult.getConfidence() |
static LanguageConfidence |
LanguageConfidence.valueOf(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(String language,
LanguageConfidence confidence,
float rawScore) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.