VoiceRecognizer.stop

解释: 停止
Web 态说明:受宿主环境限制,Web 态暂不支持 AI 能力相关接口。调用 swan.ai.getVoiceRecognizer 时,Web 态会做 打开百度 App 对应小程序页面 的降级处理。

方法参数

示例

跳转编辑工具

在开发者工具中打开

在 WEB IDE 中打开

扫码体验

代码示例

百度智能小程序

请使用百度APP扫码

图片示例

VoiceRecognizer.stop - 图2

代码示例

  • SWAN
  • JS
  1. <view class="result">{{result}}</view>
  2. <button type="primary" bindtap="voiceRecognizerStart">点击开始识别语音</button>
  3. <button bindtap="voiceRecognizerStop">点击停止识别</button>