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
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
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
ConstructorsConstructorDescriptionDeprecated.DefaultProbDetector(ClassLoader loader) Deprecated.DefaultProbDetector(MimeTypes types) Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the component detectors.Methods inherited from class org.apache.tika.detect.CompositeDetector
detect
-
Constructor Details
-
DefaultProbDetector
Deprecated. -
DefaultProbDetector
Deprecated. -
DefaultProbDetector
Deprecated. -
DefaultProbDetector
Deprecated. -
DefaultProbDetector
public DefaultProbDetector()Deprecated.
-
-
Method Details
-
getDetectors
Deprecated.Description copied from class:CompositeDetectorReturns the component detectors.- Overrides:
getDetectorsin classCompositeDetector
-