Uses of Class
org.apache.tika.detect.CompositeDetector
Packages that use CompositeDetector
-
Uses of CompositeDetector in org.apache.tika.detect
Subclasses of CompositeDetector in org.apache.tika.detectModifier and TypeClassDescriptionclassA composite detector that orchestrates the detection pipeline: MimeTypes (magic byte) detection Container and other detectors loaded via SPI TextDetector as fallback for unknown types Returns the most specific type detectedclassA version ofDefaultDetectorfor 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.