web-speech-cognitive-services
Advanced tools
Comparing version 0.0.1-master.869e22a to 0.0.1-master.dd2c1b4
@@ -74,6 +74,6 @@ 'use strict'; | ||
var name = 'Browser'; | ||
var osVersion = "0.0.1-master.869e22a"; | ||
var osVersion = "0.0.1-master.dd2c1b4"; | ||
var manufacturer = 'web-speech-cognitive-services'; | ||
var model = 'web-speech-cognitive-services'; | ||
var deviceVersion = "0.0.1-master.869e22a"; | ||
var deviceVersion = "0.0.1-master.dd2c1b4"; | ||
@@ -80,0 +80,0 @@ var config = new CognitiveSpeech.RecognizerConfig(new CognitiveSpeech.SpeechConfig(new CognitiveSpeech.Context(new CognitiveSpeech.OS(platform, name, osVersion), new CognitiveSpeech.Device(manufacturer, model, deviceVersion))), mode, lang, CognitiveSpeech.SpeechResultFormat.Detailed); |
{ | ||
"name": "web-speech-cognitive-services", | ||
"version": "0.0.1-master.869e22a", | ||
"version": "0.0.1-master.dd2c1b4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -7,2 +7,22 @@ # web-speech-cognitive-services | ||
## Test matrix | ||
Latest as of 2018-06-28. | ||
| Platform | OS | Browser | Cognitive Services (WebRTC) | Web Speech API | | ||
| - | - | - | - | - | | ||
| PC | Windows 10 (1803) | Chrome 67.0.3396.99 | Yes | Yes | | ||
| PC | Windows 10 (1803) | Edge 42.17134.1.0 | Yes | No, `SpeechRecognition` not implemented | | ||
| PC | Windows 10 (1803) | Firefox 61.0 | Yes | No, `SpeechRecognition` not implemented | | ||
| Apple iPhone X | iOS 11.4 | Chrome 67.0.3396.87 | No, `AudioSourceError` | No, `SpeechRecognition` not implemented | | ||
| Apple iPhone X | iOS 11.4 | Edge 42.2.2.0 | No, `AudioSourceError` | No, `SpeechRecognition` not implemented | | ||
| Apple iPhone X | iOS 11.4 | Safari | Yes | No, `SpeechRecognition` not implemented | | ||
| Apple iPod (6th gen) | iOS 11.4 | Chrome 67.0.3396.87 | No, `AudioSourceError` | No, `SpeechRecognition` not implemented | | ||
| Apple iPod (6th gen) | iOS 11.4 | Edge 42.2.2.0 | No, `AudioSourceError` | No, `SpeechRecognition` not implemented | | ||
| Apple iPod (6th gen) | iOS 11.4 | Safari | No, `AudioSourceError` | No, `SpeechRecognition` not implemented | | ||
| Google Pixel 2 | Android 8.1.0 | Chrome 67.0.3396.87 | Yes | Yes | | ||
| Google Pixel 2 | Android 8.1.0 | Edge 42.0.0.2057 | Yes | Yes | | ||
| Google Pixel 2 | Android 8.1.0 | Firefox 60.1.0 | Yes | Yes | | ||
| Microsoft Lumia 950 | Windows 10 (1709) | Edge 40.15254.489.0 | No, `AudioSourceError` | No, `SpeechRecognition` not implemented | | ||
## Event lifecycle mapping from Cognitive Services | ||
@@ -57,2 +77,5 @@ | ||
* Essentially muted the speech, that could result in success, silent, or no match | ||
* Not authorized to use microphone | ||
1. `RecognitionTriggeredEvent` | ||
2. `RecognitionEndedEvent(Result.RecognitionStatus = 'AudioSourceError')` | ||
@@ -59,0 +82,0 @@ # Contributions |
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
39416
87