Class DefaultProbDetector

java.lang.Object
org.apache.tika.detect.CompositeDetector
org.apache.tika.detect.DefaultProbDetector
All Implemented Interfaces:
Serializable, Detector

@Deprecated(since="2026-04-30") public class DefaultProbDetector extends CompositeDetector
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: