| Package | Description |
|---|---|
| org.apache.tika |
Apache Tika.
|
| org.apache.tika.config |
Tika configuration tools.
|
| org.apache.tika.language.translate |
| Modifier and Type | Method and Description |
|---|---|
Translator |
Tika.getTranslator()
Returns the translator instance used by this facade.
|
| Constructor and Description |
|---|
Tika(Detector detector,
Parser parser,
Translator translator)
Creates a Tika facade using the given detector, parser, and translator instances.
|
| Modifier and Type | Method and Description |
|---|---|
Translator |
TikaConfig.getTranslator()
Returns the configured translator instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTranslator
A translator which picks the first available
Translator
implementations available through the
service provider mechanism. |
class |
EmptyTranslator
Dummy translator that always declines to give any text.
|
| Modifier and Type | Method and Description |
|---|---|
Translator |
DefaultTranslator.getTranslator()
Returns the current translator
|
| Modifier and Type | Method and Description |
|---|---|
List<Translator> |
DefaultTranslator.getTranslators()
Returns all available translators
|
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.