public class DefaultTranslator extends Object implements Translator
| Constructor and Description |
|---|
DefaultTranslator(ServiceLoader loader) |
public DefaultTranslator(ServiceLoader loader)
public String translate(String text, String sourceLanguage, String targetLanguage) throws TikaException, IOException
Translatortranslate in interface Translatortext - The text to translate.sourceLanguage - The input text language (for example, "en").targetLanguage - The desired language to translate to (for example, "fr").TikaException - When there is an error translating.IOExceptionpublic String translate(String text, String targetLanguage) throws TikaException, IOException
Translatortranslate in interface Translatortext - The text to translate.targetLanguage - The desired language to translate to (for example, "hi").TikaException - When there is an error translating.IOExceptionpublic boolean isAvailable()
isAvailable in interface TranslatorCopyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.