Socket
Socket
Sign inDemoInstall

google-speech-from-buffer

Package Overview
Dependencies
216
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

package.json

@@ -10,3 +10,3 @@ {

],
"version": "0.0.1",
"version": "0.0.2",
"private": false,

@@ -13,0 +13,0 @@ "license": "Apache-2.0",

@@ -28,11 +28,13 @@ # google-speech-from-buffer

encoding: 'LINEAR16', // default
languageCode: 'en-US', // default
languageCode: 'en-US', // default
}
);
speech.recognize(buffer).then((statement) => {
console.log(statement);
}).catch((error) => {
console.log(error);
});
speech.recognize(buffer)
.then((statement) => {
console.log(statement);
})
.catch((error) => {
console.log(error);
});
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc