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

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

public interface TextToSpeechClient
extends ServiceClient

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

バージョン:
$Revision: 11441 $
作成者:
$Author: Takao Nakaguchi $

メソッドの概要
 String[] getSupportedAudioTypes()
          サポートしている音声ファイルのタイプ一覧を取得します。
 String[] getSupportedLanguages()
          対応している言語の一覧を返します。
 String[] getSupportedVoiceTypes()
          サポートしている声のタイプ一覧を取得します。
 Speech speak(Language language, String text, String voiceType, String audioType)
          音声合成を行います。
 
インタフェース jp.go.nict.langrid.client.ws_1_2.ServiceClient から継承されたメソッド
getHttpHeaders, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
 

メソッドの詳細

speak

Speech speak(Language language,
             String text,
             String voiceType,
             String audioType)
             throws LangridException
音声合成を行います。

パラメータ:
language - テキストの言語(RFC3066準拠)
text - 比較元テキスト(必須)
voiceType - 声のタイプ。"man"や"woman"等。省略時空文字列又は"*"
audioType - 出力データの形式(MIMEタイプ)。"audio/mpeg"、"audio/x-wav"等。省略時空文字列又は"audio/*"
戻り値:
合成結果
例外:
LangridException - サービスの呼び出しに失敗した

getSupportedLanguages

String[] getSupportedLanguages()
                               throws LangridException
対応している言語の一覧を返します。

戻り値:
言語一覧
例外:
LangridException - サービスの呼び出しに失敗した

getSupportedVoiceTypes

String[] getSupportedVoiceTypes()
                                throws LangridException
サポートしている声のタイプ一覧を取得します。

戻り値:
タイプ一覧
例外:
LangridException - サービスの呼び出しに失敗した

getSupportedAudioTypes

String[] getSupportedAudioTypes()
                                throws LangridException
サポートしている音声ファイルのタイプ一覧を取得します。

戻り値:
タイプ一覧
例外:
LangridException - サービスの呼び出しに失敗した