Uses of Class
com.iizix.translate.TranslationException
Packages that use TranslationException Package Description com.iizix.translate com.iizix.translate.google com.iizix.translate.microsoft Uses of TranslationException in com.iizix.translate
Methods in com.iizix.translate that throw TranslationException Modifier and Type Method Description Translation
ITranslator. translate(KString sourceText, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode)
Translates a text in plain text or HTML.Uses of TranslationException in com.iizix.translate.google
Methods in com.iizix.translate.google that throw TranslationException Modifier and Type Method Description Translation
GoogleTranslate. translate(KString sourceText, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode)
Translates a text in plain text or HTML.static Translation
GoogleTranslate. translate(ITranslator translator, java.lang.String key, KString kstring, java.lang.String sourceLangID, java.lang.String targetLangID)
Translates a string from one language (that can be auto detected) to another using Google Translate.Uses of TranslationException in com.iizix.translate.microsoft
Methods in com.iizix.translate.microsoft that throw TranslationException Modifier and Type Method Description java.lang.String
AzureCognitiveServices. detectLanguage(java.lang.String text)
Detects the language of a text using the Azure Cognitive Services.java.lang.String[]
AzureCognitiveServices. getLanguages()
Gets the supported languages by the Azure Cognitive Services.Translation
AzureCognitiveServices. translate(KString sourceText, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode)
Translates a text in plain text or HTML.