public interface TranslationWithTemporalDictionaryService
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
translate(String sourceLang,
String targetLang,
String source,
Translation[] temporalDict,
String dictTargetLang)
Run translation.
|
String translate(String sourceLang, String targetLang, String source, Translation[] temporalDict, String dictTargetLang) throws AccessLimitExceededException, InvalidParameterException, LanguagePairNotUniquelyDecidedException, NoAccessPermissionException, ProcessFailedException, NoValidEndpointsException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguagePairException
sourceLang - Translation source language (RFC3066 compliant)targetLang - Target language of the translation (RFC3066 compliant)source - String to be translatedtemporalDict - Bilingual dictionary data used during translationdictTargetLang - Target language of dictionary data(targetLang)AccessLimitExceededException - Violated an access restrictionInvalidParameterException - An invalid parameter was passedLanguagePairNotUniquelyDecidedException - Multiple candidate language pairs existNoAccessPermissionException - 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 specifiedCopyright © 2019. All rights reserved.