Uses of Class
com.iizix.translate.TranslationException
Uses of TranslationException in com.iizix.translate
Modifier and TypeMethodDescriptionTranslates a text in plain text or HTML.Uses of TranslationException in com.iizix.translate.google
Modifier and TypeMethodDescriptionTranslates a text in plain text or HTML.static Translation
GoogleTranslate.translate
(ITranslator translator, String key, KString kstring, String sourceLangID, 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
Modifier and TypeMethodDescriptionAzureCognitiveServices.detectLanguage
(String text) Detects the language of a text using the Azure Cognitive Services.String[]
AzureCognitiveServices.getLanguages()
Gets the supported languages by the Azure Cognitive Services.AzureCognitiveServices.translate
(KString sourceText, String sourceLanguageCode, String targetLanguageCode) Translates a text in plain text or HTML.