Interface ITranslator
-
- All Known Implementing Classes:
DeepLTranslateService
,GoogleTranslateService
public interface ITranslator
implementation can translate a text- Author:
- user
-
-
Field Summary
Fields Modifier and Type Field Description static String
ERROR_PREFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
translate(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)
-
-