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

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

public interface TranslationSelectionClient
extends ServiceClient

最良選択翻訳サービスのクライアントが実装するインターフェイス

バージョン:
$Revision$
作成者:
Masaaki Kamiya, $Author$

メソッドの概要
 SelectionResult select(Language sourceLang, Language targetLang, String source)
          選択翻訳を行う。
 
インタフェース jp.go.nict.langrid.client.ws_1_2.ServiceClient から継承されたメソッド
getHttpHeaders, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
 

メソッドの詳細

select

SelectionResult select(Language sourceLang,
                       Language targetLang,
                       String source)
                       throws LangridException
選択翻訳を行う。

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