aws-transcribe:使用 websockets API 的 Amazon Transcribe 客户端

时间:2021-05-29 06:22:49
【文件属性】:
文件名称:aws-transcribe:使用 websockets API 的 Amazon Transcribe 客户端
文件大小:122KB
文件格式:ZIP
更新时间:2021-05-29 06:22:49
TypeScript AWS 转录 使用 websocket 接口的 Amazon Transcribe 客户端 警告:此模块现已弃用,将不再维护。 请使用亚马逊提供的官方包,可以在找到 入门 使用 NPM 安装模块: npm install aws-transcribe --save使用 YARN 安装模块: yarn add aws-transcribe 例子 可以在src / examples / stream-from-microphone.ts中找到来自麦克风的流媒体示例。 import { AwsTranscribe , StreamingClient , TranscriptEvent } from "aws-transcribe" const client = new AwsTranscribe ( { // if these aren't provided, they will b
【文件预览】:
aws-transcribe-master
----.gitignore(37B)
----package.json(3KB)
----package-lock.json(416KB)
----src()
--------AwsTranscribe.ts(2KB)
--------aws-signature-v4.ts(4KB)
--------__mocks__()
--------__tests__()
--------examples()
--------TranscribeException.ts(2KB)
--------StreamingClient.ts(4KB)
--------index.ts(184B)
--------validation.ts(494B)
--------aws-message-utils.ts(1KB)
--------utils.ts(814B)
--------types.ts(2KB)
----LICENSE.md(1KB)
----jest.config.js(707B)
----tsconfig.json(1KB)
----.eslintrc.js(813B)
----Readme.md(4KB)
----.eslintignore(9B)
----.vscode()
--------settings.json(219B)
--------launch.json(1KB)
----nodemon.json(67B)
----.npmignore(187B)
----.editorconfig(187B)
----.prettierrc(90B)

网友评论