Uses of Interface
org.apache.tika.language.translate.Translator
-
Packages that use Translator Package Description org.apache.tika Apache Tika.org.apache.tika.config Tika configuration tools.org.apache.tika.language.translate -
-
Uses of Translator in org.apache.tika
Methods in org.apache.tika that return Translator Modifier and Type Method Description TranslatorTika. getTranslator()Returns the translator instance used by this facade.Constructors in org.apache.tika with parameters of type Translator Constructor Description Tika(Detector detector, Parser parser, Translator translator)Creates a Tika facade using the given detector, parser, and translator instances. -
Uses of Translator in org.apache.tika.config
Methods in org.apache.tika.config that return Translator Modifier and Type Method Description TranslatorTikaConfig. getTranslator()Returns the configured translator instance. -
Uses of Translator in org.apache.tika.language.translate
Classes in org.apache.tika.language.translate that implement Translator Modifier and Type Class Description classDefaultTranslatorA translator which picks the first availableTranslatorimplementations available through theservice provider mechanism.classEmptyTranslatorDummy translator that always declines to give any text.Methods in org.apache.tika.language.translate that return Translator Modifier and Type Method Description TranslatorDefaultTranslator. getTranslator()Returns the current translatorMethods in org.apache.tika.language.translate that return types with arguments of type Translator Modifier and Type Method Description List<Translator>DefaultTranslator. getTranslators()Returns all available translators
-