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

时间:2021-03-19 21:10:38
【文件属性】:
文件名称:browser-client:将语音SLU API集成到您的Web应用程序中
文件大小:317KB
文件格式:ZIP
更新时间:2021-03-19 21:10:38
javascript natural-language-processing typescript browser voice 通过语音完善您的触摸用户界面 | | 语音浏览器客户端 该存储库包含 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
【文件预览】:
browser-client-master
----config()
--------api-extractor.json(725B)
--------jest.config.js(301B)
--------prepare_dist.js(2KB)
----docs()
--------enums()
--------classes()
--------interfaces()
--------README.md(126B)
--------modules()
----package.json(3KB)
----.github()
--------pull_request_template.md(122B)
--------ISSUE_TEMPLATE()
--------workflows()
----.prettierrc(115B)
----assets()
--------states.jpeg(205KB)
----LICENSE(1KB)
----CONTRIBUTING.md(2KB)
----src()
--------microphone()
--------speechly()
--------storage()
--------websocket()
--------index.ts(128B)
--------declarations.d.ts(63B)
----.eslintrc.js(573B)
----tsconfig.json(332B)
----.gitignore(310B)
----README.md(5KB)
----yarn.lock(211KB)
----.eslintignore(132B)
----etc()
--------browser-client.api.md(6KB)

网友评论