通过语音完善您的触摸用户界面 | | 语音浏览器客户端 该存储库包含 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