| Package | Description |
|---|---|
| org.apache.tika.config |
Tika configuration tools.
|
| org.apache.tika.detect |
Media type detection.
|
| Modifier and Type | Method and Description |
|---|---|
protected static CompositeDetector |
TikaConfig.getDefaultDetector(MimeTypes types,
ServiceLoader loader) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDetector
A composite detector based on all the
Detector implementations
available through the service provider mechanism. |
class |
DefaultProbDetector
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. |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.