public interface MultistatementBackTranslationService
| Modifier and Type | Method and Description |
|---|---|
BackTranslationResult[] |
multistatementBackTranslate(String sourceLang,
String intermediateLang,
String[] sources)
Run back translation.
|
BackTranslationResult[] multistatementBackTranslate(String sourceLang, String intermediateLang, String[] sources) throws AccessLimitExceededException, InvalidParameterException, LanguagePairNotUniquelyDecidedException, NoAccessPermissionException, ProcessFailedException, NoValidEndpointsException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguagePairException
sourceLang - Translation source language (RFC3066 compliant)intermediateLang - Target language of the translation (RFC3066 compliant)sources - String array to be translatedAccessLimitExceededException - Violated an access restrictionInvalidParameterException - An invalid parameter was passedNoAccessPermissionException - The user executing the call lacks execution privilegesNoValidEndpointsException - There is no valid endpointProcessFailedException - Translation process failedServerBusyException - The server is loaded and cannot process it.ServiceNotActiveException - The service is not activeServiceNotFoundException - The specified service was not foundUnsupportedLanguagePairException - An unsupported language pair was specifiedLanguagePairNotUniquelyDecidedException