jp.go.nict.langrid.client.ws_1_2
インタフェース BackTranslationClient
- すべてのスーパーインタフェース:
- ServiceClient
- 既知の実装クラスの一覧:
- BackTranslationClientImpl, BackTranslationClientImpl
public interface BackTranslationClient
- extends ServiceClient
折り返し翻訳サービスのクライアントが実装するインターフェース。
- バージョン:
- $Revision: 8830 $
- 作成者:
- $Author: kkadowaki $
backTranslate
BackTranslationResult backTranslate(Language sourceLang,
Language intermediateLang,
String source)
throws LangridException
- 折り返し翻訳を行う。
- パラメータ:
sourceLang
- 翻訳元の言語intermediateLang
- 中間言語source
- 翻訳する文字列
- 戻り値:
- 折り返し翻訳結果
- 例外:
LangridException
- 翻訳サービスの利用に失敗した