Uses of Enum Class
org.apache.tika.language.detect.LanguageConfidence
Packages that use LanguageConfidence
-
Uses of LanguageConfidence in org.apache.tika.language.detect
Methods in org.apache.tika.language.detect that return LanguageConfidenceModifier and TypeMethodDescriptionLanguageResult.getConfidence()static LanguageConfidenceReturns the enum constant of this class with the specified name.static LanguageConfidence[]LanguageConfidence.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.tika.language.detect with parameters of type LanguageConfidenceModifierConstructorDescriptionLanguageResult(String language, LanguageConfidence confidence, float rawScore) LanguageResult(String language, LanguageConfidence confidence, float rawScore, float confidenceScore)