Package org.apache.tika.detect
Class DefaultProbDetector
java.lang.Object
org.apache.tika.detect.CompositeDetector
org.apache.tika.detect.DefaultProbDetector
- All Implemented Interfaces:
Serializable
,Detector
A version of
DefaultDetector
for probabilistic mime
detectors, which use statistical techniques to blend the
results of differing underlying detectors when attempting
to detect the type of a given file.
TODO Link to documentation on configuring these probabilities- See Also:
-
Constructor Summary
ConstructorDescriptionDefaultProbDetector
(ClassLoader loader) DefaultProbDetector
(MimeTypes types) -
Method Summary
Methods inherited from class org.apache.tika.detect.CompositeDetector
detect
-
Constructor Details
-
DefaultProbDetector
-
DefaultProbDetector
-
DefaultProbDetector
-
DefaultProbDetector
-
DefaultProbDetector
public DefaultProbDetector()
-
-
Method Details
-
getDetectors
Description copied from class:CompositeDetector
Returns the component detectors.- Overrides:
getDetectors
in classCompositeDetector
-