evNotifySendSpeechRecognitionCommand

Occurs when the client has received the message of “Send Speech Recognition Command”.

Event information

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

  event delegateNotifySendSpeechRecognitionCommand evNotifySendSpeechRecognitionCommand;

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

 

Arguments

 

Remarks

Supported version: SDK 2.0.0 and Haruzira 2.0.0 later

 

Examples

C#

Ruby

Python