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