evNotifyCompeteSpeech

Occurs when the client has received the message of “Speech Completion Notice”.

Event information

  • C#: delegate void delegateNotifyCompleteSpeech(int result, string time_stamp);

  event delegateNotifyCompleteSpeech evNotifyCompeteSpeech;

  • Ruby: EvNotifyCompeteSpeech(result, time_stamp)
  • Python: evNotifyCompeteSpeech(result, time_stamp)

 

Arguments

  • result: A speech completion result value. (0: OK, other than 0: failed for some reason.)
  • time_stamp: The generated timestamp at the time of the speech data transmission.

 

Examples

C#

 

Ruby

 

Python