Uses of Enum
org.apache.tika.language.detect.LanguageConfidence
-
Uses of LanguageConfidence in org.apache.tika.language.detect
Modifier and TypeMethodDescriptionLanguageResult.getConfidence()
static LanguageConfidence
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.ModifierConstructorDescriptionLanguageResult
(String language, LanguageConfidence confidence, float rawScore)