Uses of Interface
org.apache.tika.language.translate.Translator
Packages that use Translator
Package
Description
Apache Tika.
Tika configuration tools.
-
Uses of Translator in org.apache.tika
Methods in org.apache.tika that return TranslatorModifier and TypeMethodDescriptionTika.getTranslator()
Returns the translator instance used by this facade.Constructors in org.apache.tika with parameters of type TranslatorModifierConstructorDescriptionTika
(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 TranslatorModifier and TypeMethodDescriptionTikaConfig.getTranslator()
Returns the configured translator instance. -
Uses of Translator in org.apache.tika.language.translate
Classes in org.apache.tika.language.translate that implement TranslatorModifier and TypeClassDescriptionclass
A translator which picks the first availableTranslator
implementations available through theservice provider mechanism
.class
Dummy translator that always declines to give any text.Methods in org.apache.tika.language.translate that return TranslatorModifier and TypeMethodDescriptionDefaultTranslator.getTranslator()
Returns the current translatorMethods in org.apache.tika.language.translate that return types with arguments of type TranslatorModifier and TypeMethodDescriptionDefaultTranslator.getTranslators()
Returns all available translators -
Uses of Translator in org.apache.tika.language.translate.impl
Classes in org.apache.tika.language.translate.impl that implement TranslatorModifier and TypeClassDescriptionclass
class
CachedTranslator.class
Abstract class used to interact with command line/external Translators.class
An implementation of a REST client to the Google Translate v2 API.class
This translator is designed to work with a TCP-IP available Joshua translation server, specifically the REST-based Joshua server.class
An implementation of a REST client for the Premium MT API v1.class
Translator that uses the Marian NMT decoder for translation.class
Wrapper class to access the Windows translation service.class
Translator that uses the Moses decoder for translation.class
This translator is designed to work with a TCP-IP available RTG translation server, specifically the REST-based RTG server.class
An implementation of a REST client for the YANDEX Translate API.Methods in org.apache.tika.language.translate.impl that return TranslatorMethods in org.apache.tika.language.translate.impl with parameters of type TranslatorConstructors in org.apache.tika.language.translate.impl with parameters of type TranslatorModifierConstructorDescriptionCachedTranslator
(Translator translator) Create a new CachedTranslator.