Uses of Class
com.iizix.translate.RequestException
Uses of RequestException in com.iizix.translate
Modifier and TypeMethodDescriptionTranslates a text in plain text or HTML.Uses of RequestException in com.iizix.translate.google
Modifier and TypeMethodDescriptionstatic DetectedLanguage[]
GoogleTranslate.detectLanguages
(String key, String string) Detects the languages in a string using Google Translate.static String[]
GoogleTranslate.getLanguages
(String key) Gets the array of languages supported by Google Translate (online).static LanguageInfo[]
GoogleTranslate.getLanguages
(String key, Language language) Gets the languages that Google supports translations operations with.static LanguageInfo[]
GoogleTranslate.getLanguages
(String key, String langID) Gets the languages that Google supports translations operations with.Translates 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 RequestException 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.