web-speech-cognitive-services
Advanced tools
Comparing version 5.0.2-master.e462e9e to 5.0.2-master.e668a0d
@@ -9,2 +9,6 @@ # Changelog | ||
### Changed | ||
- `playground`: Add delayed start to playground for testing speech recognition initiated outside of user gestures, in PR [#78](https://github.com/compulim/web-speech-congitive-services/pull/78) | ||
### Fixed | ||
@@ -11,0 +15,0 @@ |
@@ -46,3 +46,3 @@ "use strict"; | ||
var VERSION = "5.0.2-master.e462e9e"; | ||
var VERSION = "5.0.2-master.e668a0d"; | ||
@@ -49,0 +49,0 @@ function buildSpeechResult(transcript, confidence, isFinal) { |
@@ -66,4 +66,4 @@ "use strict"; | ||
meta.setAttribute('name', 'web-speech-cognitive-services'); | ||
meta.setAttribute('content', "version=".concat("5.0.2-master.e462e9e")); | ||
meta.setAttribute('content', "version=".concat("5.0.2-master.e668a0d")); | ||
document.head.appendChild(meta); | ||
//# sourceMappingURL=SpeechServices.js.map |
@@ -147,2 +147,4 @@ "use strict"; | ||
subscriptionKey = _ref3.subscriptionKey, | ||
_ref3$strictEventOrde = _ref3.strictEventOrder, | ||
strictEventOrder = _ref3$strictEventOrde === void 0 ? true : _ref3$strictEventOrde, | ||
_ref3$textNormalizati = _ref3.textNormalization, | ||
@@ -149,0 +151,0 @@ textNormalization = _ref3$textNormalizati === void 0 ? 'display' : _ref3$textNormalizati; |
{ | ||
"name": "web-speech-cognitive-services", | ||
"version": "5.0.2-master.e462e9e", | ||
"version": "5.0.2-master.e668a0d", | ||
"description": "Polyfill Web Speech API with Cognitive Services Speech-to-Text service", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4284302
9030