标签: speech-recognition
我正在使用note.js,并且已经使用命令行安装了google-cloud / speech npm install --save @google-cloud/speech。 但是,当我运行项目时,找不到要求名称。在这行代码上 const speech = require('@google-cloud/speech');
note.js
npm install --save @google-cloud/speech
const speech = require('@google-cloud/speech');