Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个 NodeJs 脚本,以使用 Amazon Transcribe Service 实时转录我的录音文件。他们有 AWS SDK for javascript (aws-sdk-js) Here
但是这个 js SDK 还没有实现开始流式转录。但是,他们有一个名为 /start-transcription 的 API,其中 HTTP/2 定义在这里
那么如何在 NodeJS 中请求这个 AWS HTTP/2 API?