|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface SpeechRecognitionClient
音声認識サービスのクライアントが実装するインターフェース。
| メソッドの概要 | |
|---|---|
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 |
| メソッドの詳細 |
|---|
String recognize(String language,
Speech speech)
throws LangridException
language - 言語speech - 音声データ
LangridException - 処理に失敗した
String[] getSupportedLanguages()
throws LangridException
LangridException - 処理に失敗した
String[] getSupportedVoiceTypes()
throws LangridException
LangridException - 処理に失敗した
String[] getSupportedAudioTypes()
throws LangridException
LangridException - 処理に失敗した
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||