public interface Translator
String translate(String text, String sourceLanguage, String targetLanguage) throws Exception
text
- The text to translate.sourceLanguage
- The input text language (for example, "en").targetLanguage
- The desired language to translate to (for example, "fr").Exception
- When there is an error with the API call.String translate(String text, String targetLanguage) throws Exception
text
- The text to translate.targetLanguage
- The desired language to translate to (for example, "hi").Exception
- When there is an error with the API call.boolean isAvailable()
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.