From 582760d83cf123df38d404f14ccddb6377430168 Mon Sep 17 00:00:00 2001 From: Qianhui Date: Thu, 16 Mar 2023 17:00:48 +0800 Subject: [PATCH] add note for adding custom commands --- docs/en/speech_command_recognition/README.rst | 2 ++ docs/zh_CN/speech_command_recognition/README.rst | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/speech_command_recognition/README.rst b/docs/en/speech_command_recognition/README.rst index f87d3d6..384631a 100644 --- a/docs/en/speech_command_recognition/README.rst +++ b/docs/en/speech_command_recognition/README.rst @@ -50,6 +50,8 @@ Speech Commands Customization Methods The command word cannot contain Arabic numerals and special characters. + Command id cannot be set to 0. + Please refer to Chinese version documentation for Chinese speech commands customization methods. diff --git a/docs/zh_CN/speech_command_recognition/README.rst b/docs/zh_CN/speech_command_recognition/README.rst index 6080489..2e542ac 100644 --- a/docs/zh_CN/speech_command_recognition/README.rst +++ b/docs/zh_CN/speech_command_recognition/README.rst @@ -57,6 +57,8 @@ MultiNet 输入为经过前端语音算法(AFE)处理过的音频(格式 不能含有阿拉伯数字和特殊字符 + Command id不能为0 + 英语自定义命令词方法请参考英文文档 MultiNet 支持多种且灵活的命令词设置方式,可通过在线或离线方法设置命令词,还允许随时动态增加/删除/修改命令词。 @@ -201,4 +203,4 @@ MultiNet 识别结果 资源消耗 -------- -有关本模型的资源消耗情况,请见 :doc:`资源消耗 <../benchmark/README>`。 \ No newline at end of file +有关本模型的资源消耗情况,请见 :doc:`资源消耗 <../benchmark/README>`。