Uses of Class
com.iizix.translate.RequestException
Packages that use RequestException Package Description com.iizix.translate com.iizix.translate.google com.iizix.translate.microsoft Uses of RequestException in com.iizix.translate
Methods in com.iizix.translate that throw RequestException 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 RequestException in com.iizix.translate.google
Methods in com.iizix.translate.google that throw RequestException Modifier and Type Method Description static DetectedLanguage[]
GoogleTranslate. detectLanguages(java.lang.String key, java.lang.String string)
Detects the languages in a string using Google Translate.static java.lang.String[]
GoogleTranslate. getLanguages(java.lang.String key)
Gets the array of languages supported by Google Translate (online).static LanguageInfo[]
GoogleTranslate. getLanguages(java.lang.String key, Language language)
Gets the languages that Google supports translations operations with.static LanguageInfo[]
GoogleTranslate. getLanguages(java.lang.String key, java.lang.String langID)
Gets the languages that Google supports translations operations with.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 RequestException in com.iizix.translate.microsoft
Methods in com.iizix.translate.microsoft that throw RequestException 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.