Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-example-mbed5-blinky by
Diff: dumi_doc-master/doc/directives/SpeechRecognizer.md
- Revision:
- 49:b9eb462f36a9
- Parent:
- 48:c7ee67edcf1d
- Child:
- 50:9ecaa144d1f3
diff -r c7ee67edcf1d -r b9eb462f36a9 dumi_doc-master/doc/directives/SpeechRecognizer.md
--- a/dumi_doc-master/doc/directives/SpeechRecognizer.md Tue Jul 18 16:56:22 2017 +0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-# SpeechRecognizer 语音识别
-
-## Table of Contents
-
-
- * [SpeechRecognizer 语音识别](#speechrecognizer-语音识别)
- * [Table of Contents](#table-of-contents)
- * [ExpectSpeech指令](#expectspeech指令)
- * [ExpectSpeechTimedOut事件](#expectspeechtimedout事件)
-
-
-## ExpectSpeech指令
-需要客户端开始语音识别的时候,返回这个指令。
-其实是一个多轮的标识,标识播报结果完成后,需要用户马上说话,而不是进入等待唤醒的状态
-```json
-{
- "header": {
- "namespace": "SpeechRecognizer",
- "name": "ExpectSpeech",
- },
- "payload": {
- }
-}
-```
-
-
-## ExpectSpeechTimedOut事件
-
-客户端开始语音识别后,一段时间(默认8s)没有收到用户的语音,超时的事件
-```json
-{
- "header": {
- "namespace": "SpeechRecognizer",
- "name": "ExpectSpeechTimedOut",
- },
- "payload": {
- }
-}
-```
