-
audioEndEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
audioend events to event
handlers that are not necessarily instances of SpeechRecognition. [...]
const EventStreamProvider<Event>('audioend')
-
audioStartEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
audiostart events to event
handlers that are not necessarily instances of SpeechRecognition. [...]
const EventStreamProvider<Event>('audiostart')
-
endEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
end events to event
handlers that are not necessarily instances of SpeechRecognition. [...]
const EventStreamProvider<Event>('end')
-
errorEvent
→ const EventStreamProvider<SpeechRecognitionError>
-
Static factory designed to expose
error events to event
handlers that are not necessarily instances of SpeechRecognition. [...]
const EventStreamProvider<SpeechRecognitionError>('error')
-
noMatchEvent
→ const EventStreamProvider<SpeechRecognitionEvent>
-
Static factory designed to expose
nomatch events to event
handlers that are not necessarily instances of SpeechRecognition. [...]
const EventStreamProvider<SpeechRecognitionEvent>('nomatch')
-
resultEvent
→ const EventStreamProvider<SpeechRecognitionEvent>
-
Static factory designed to expose
result events to event
handlers that are not necessarily instances of SpeechRecognition. [...]
const EventStreamProvider<SpeechRecognitionEvent>('result')
-
soundEndEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
soundend events to event
handlers that are not necessarily instances of SpeechRecognition. [...]
const EventStreamProvider<Event>('soundend')
-
soundStartEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
soundstart events to event
handlers that are not necessarily instances of SpeechRecognition. [...]
const EventStreamProvider<Event>('soundstart')
-
speechEndEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
speechend events to event
handlers that are not necessarily instances of SpeechRecognition. [...]
const EventStreamProvider<Event>('speechend')
-
speechStartEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
speechstart events to event
handlers that are not necessarily instances of SpeechRecognition. [...]
const EventStreamProvider<Event>('speechstart')
-
startEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
start events to event
handlers that are not necessarily instances of SpeechRecognition. [...]
const EventStreamProvider<Event>('start')