evNotifySendSpeechRecognitionCommand

音声認識コマンド送信メッセージ受信時に発生する。

Event information

  • C#: delegate void delegateNotifySendSpeechRecognitionCommand(SpeechRecognitionCommandInfo cmdInfo);

  event delegateNotifySendSpeechRecognitionCommand evNotifySendSpeechRecognitionCommand;

  • Ruby: EvNotifySendSpeechRecognitionCommand(cmdInfo)
  • Python: evNotifySendSpeechRecognitionCommand(cmdInfo)

 

Arguments

 

Remarks

対応バージョン: SDK 2.0.0, Haruzira 2.0.0以降

 

 

Examples

C#

Ruby

Python