コード例 #1
0
 private void speak(string text)
 {
     SpeechManager.SpeakAsync(text);
 }