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

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

public interface SpeechRecognitionClient
extends ServiceClient

音声認識サービスのクライアントが実装するインターフェース。

作成者:
Takao Nakaguchi

メソッドの概要
 String[] getSupportedAudioTypes()
          対応している音声データのファイル形式を返す。
 String[] getSupportedLanguages()
          対応している言語(RFC3066準拠の言語コード)を返す。
 String[] getSupportedVoiceTypes()
          対応している音声の種類を返す。
 String recognize(String language, Speech speech)
          認識した文字列を返す。
 
インタフェース jp.go.nict.langrid.client.ws_1_2.ServiceClient から継承されたメソッド
getHttpHeaders, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
 

メソッドの詳細

recognize

String recognize(String language,
                 Speech speech)
                 throws LangridException
認識した文字列を返す。

パラメータ:
language - 言語
speech - 音声データ
戻り値:
文字列
例外:
LangridException - 処理に失敗した

getSupportedLanguages

String[] getSupportedLanguages()
                               throws LangridException
対応している言語(RFC3066準拠の言語コード)を返す。

戻り値:
対応言語
例外:
LangridException - 処理に失敗した

getSupportedVoiceTypes

String[] getSupportedVoiceTypes()
                                throws LangridException
対応している音声の種類を返す。

戻り値:
対応している音声の種類
例外:
LangridException - 処理に失敗した

getSupportedAudioTypes

String[] getSupportedAudioTypes()
                                throws LangridException
対応している音声データのファイル形式を返す。

戻り値:
対応している音声データのファイル形式
例外:
LangridException - 処理に失敗した