Class MyMemoryClient
java.lang.Object
com.almis.awe.developer.translators.clients.MyMemoryClient
- All Implemented Interfaces:
ITranslator
-
Constructor Summary
ConstructorsConstructorDescriptionMyMemoryClient
(MyMemoryFeignClient myMemoryFeignClient, String key, String host, String email) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
MyMemoryClient
public MyMemoryClient(MyMemoryFeignClient myMemoryFeignClient, String key, String host, String email)
-
-
Method Details
-
translate
public TranslationResponse translate(String text, String languageFrom, String languageTo) throws URISyntaxException - Specified by:
translate
in interfaceITranslator
- Throws:
URISyntaxException
-