jp.go.nict.langrid.client.ws_1_2
インタフェース MultihopTranslationClient

すべてのスーパーインタフェース:
ServiceClient
既知の実装クラスの一覧:
MultihopTranslationClientImpl

public interface MultihopTranslationClient
extends ServiceClient

複数ホップ翻訳サービスのクライアントが実装するインターフェース。

バージョン:
$Revision: 8830 $
作成者:
$Author: kkadowaki $

メソッドの概要
 MultihopTranslationResult multihopTranslate(Language sourceLang, Language[] intermediateLangs, Language targetLang, String source)
          複数ホップ翻訳を行う。
 
インタフェース jp.go.nict.langrid.client.ws_1_2.ServiceClient から継承されたメソッド
getHttpHeaders, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
 

メソッドの詳細

multihopTranslate

MultihopTranslationResult multihopTranslate(Language sourceLang,
                                            Language[] intermediateLangs,
                                            Language targetLang,
                                            String source)
                                            throws LangridException
複数ホップ翻訳を行う。

パラメータ:
sourceLang - 翻訳元の言語
intermediateLangs - 中間言語
source - 翻訳する文字列
targetLang - 翻訳先の言語
戻り値:
複数ホップ翻訳結果
例外:
LangridException - 翻訳サービスの呼び出しに失敗した