Uses of Class
org.apache.tika.detect.CompositeDetector
-
Packages that use CompositeDetector Package Description org.apache.tika.config Tika configuration tools.org.apache.tika.detect Media type detection. -
-
Uses of CompositeDetector in org.apache.tika.config
Methods in org.apache.tika.config that return CompositeDetector Modifier and Type Method Description protected static CompositeDetector
TikaConfig. getDefaultDetector(MimeTypes types, ServiceLoader loader)
-
Uses of CompositeDetector in org.apache.tika.detect
Subclasses of CompositeDetector in org.apache.tika.detect Modifier and Type Class Description class
DefaultDetector
A composite detector based on all theDetector
implementations available through theservice provider mechanism
.class
DefaultProbDetector
A version ofDefaultDetector
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.
-