Uses of Interface
com.almis.awe.developer.model.ITranslationResult
-
Packages that use ITranslationResult Package Description com.almis.awe.developer.model com.almis.awe.developer.service com.almis.awe.developer.translators -
-
Uses of ITranslationResult in com.almis.awe.developer.model
Classes in com.almis.awe.developer.model that implement ITranslationResult Modifier and Type Class Description class
TranslationResponse
-
Uses of ITranslationResult in com.almis.awe.developer.service
Methods in com.almis.awe.developer.service that return ITranslationResult Modifier and Type Method Description ITranslationResult
TranslationService. getTranslation(String literal, String fromLang, String toLang)
Extract translation from API result -
Uses of ITranslationResult in com.almis.awe.developer.translators
Methods in com.almis.awe.developer.translators that return ITranslationResult Modifier and Type Method Description ITranslationResult
ITranslator. translate(String text, String languageFrom, String languageTo)
-