GlobalsBridgeSpeechAsync メソッド |
非同期でメッセージを読み上げます。
名前空間:
KeyToKey.Plugins
アセンブリ:
KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文public Task SpeechAsync(
string message,
int volume = 30,
int speed = 0,
SpeechLanguage lang = SpeechLanguage.Japanese
)
パラメーター
- message
- 型: SystemString
読み上げるメッセージ - volume (Optional)
- 型: SystemInt32
音量(0~100) - speed (Optional)
- 型: SystemInt32
スピード(-10~10) - lang (Optional)
- 型: KeyToKey.EnumsSpeechLanguage
言語
戻り値
型:
Task["M:KeyToKey.Plugins.GlobalsBridge.SpeechAsync(System.String,System.Int32,System.Int32,KeyToKey.Enums.SpeechLanguage)"に対する<returns>がありません]
実装
IGlobalsSpeechAsync(String, Int32, Int32, SpeechLanguage)
関連項目