public class GoogleTranslator extends Object implements Translator
Constructor and Description |
---|
GoogleTranslator() |
public String translate(String text, String sourceLanguage, String targetLanguage) throws TikaException, IOException
Translator
translate
in interface Translator
text
- 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.IOException
public String translate(String text, String targetLanguage) throws TikaException, IOException
Translator
translate
in interface Translator
text
- The text to translate.targetLanguage
- The desired language to translate to (for example, "hi").TikaException
- When there is an error translating.IOException
public boolean isAvailable()
isAvailable
in interface Translator
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.