Uses of Class
org.apache.tika.detect.CompositeDetector
Package
Description
Tika configuration tools.
Media type detection.
-
Uses of CompositeDetector in org.apache.tika.config
Modifier and TypeMethodDescriptionprotected static CompositeDetector
TikaConfig.getDefaultDetector
(MimeTypes types, ServiceLoader loader) -
Uses of CompositeDetector in org.apache.tika.detect
Modifier 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.