UNPKG

@nodert-win10/windows.phone.speech.recognition

Version:

Use the Windows.Phone.Speech.Recognition UWP API directly from Node.js

10 lines (8 loc) 242 B
_SpeechRecognitionUIStatus = function () { this.succeeded = 0; this.busy = 1; this.cancelled = 2; this.preempted = 3; this.privacyPolicyDeclined = 4; } exports.SpeechRecognitionUIStatus = new _SpeechRecognitionUIStatus();