1. 首页
  2. 数据库
  3. 其它
  4. browser client:将语音SLU API集成到您的Web应用程序中 源码

browser client:将语音SLU API集成到您的Web应用程序中 源码

上传者: 2021-04-23 09:16:44上传 ZIP文件 317.14KB 热度 14次
通过语音完善您的触摸用户界面 | | 语音浏览器客户端 该存储库包含 SLU API的浏览器客户端的源代码。 注意:如果您使用的是React,则可以使用。 用法 安装软件包: # Using Yarn yarn add @speechly/browser-client # Using NPM npm install --save @speechly/browser-client 开始使用客户端: import { Client , Segment } from '@speechly/browser-client' // Create a new Client. appId is configured in the dashboard. const client = new Client ( { appId : 'your-app-id' , } ) // Also Client c
下载地址
用户评论