jp.go.nict.langrid.client.ws_1_2
インタフェース TranslationSelectionClient
- すべてのスーパーインタフェース:
- ServiceClient
- 既知の実装クラスの一覧:
- TranslationSelectionClientImpl
public interface TranslationSelectionClient
- extends ServiceClient
最良選択翻訳サービスのクライアントが実装するインターフェイス
- バージョン:
- $Revision$
- 作成者:
- Masaaki Kamiya, $Author$
select
SelectionResult select(Language sourceLang,
Language targetLang,
String source)
throws LangridException
- 選択翻訳を行う。
- パラメータ:
sourceLang
- 翻訳元の言語targetLang
- 翻訳先の言語source
- 翻訳する文字列
- 戻り値:
- 翻訳選択結果
- 例外:
LangridException
- 翻訳サービスの呼び出しに失敗した