rxjs-stt
Version:
RxJS speech recognition wrapper
5 lines • 368 B
TypeScript
declare const _SpeechRecognition: typeof SpeechRecognition;
declare const _SpeechGrammarList: typeof SpeechGrammarList;
declare const _SpeechRecognitionEvent: typeof SpeechRecognitionEvent;
export { _SpeechRecognition as SpeechRecognition, _SpeechGrammarList as SpeechGrammarList, _SpeechRecognitionEvent as SpeechRecognitionEvent };
//# sourceMappingURL=gapi.d.ts.map