Interface ITranslator
-
- All Known Implementing Classes:
DeepLTranslateService,GoogleTranslateService
public interface ITranslatorimplementation can translate a text- Author:
- user
-
-
Field Summary
Fields Modifier and Type Field Description static StringERROR_PREFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringtranslate(ContentContext ctx, String text, String sourceLang, String targetLang)
-
-
-
Field Detail
-
ERROR_PREFIX
static final String ERROR_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
translate
String translate(ContentContext ctx, String text, String sourceLang, String targetLang)
-
-