Class DefaultProbDetector

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

public class DefaultProbDetector extends CompositeDetector
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: