Not documented.
- Annotations
- DocsEditable()
- DomName('SpeechRecognition')
- SupportedBrowser(SupportedBrowser.CHROME, '25')
- Experimental()
- Extends
- Object
- EventTarget
- SpeechRecognition
Constants
-
EventStreamProvider<Event>
audioEndEvent
=
const EventStreamProvider<Event>
('audioend') -
constStatic factory designed to expose
audioend
events to event handlers that are not necessarily instances of SpeechRecognition. -
EventStreamProvider<Event>
audioStartEvent
=
const EventStreamProvider<Event>
('audiostart') -
constStatic factory designed to expose
audiostart
events to event handlers that are not necessarily instances of SpeechRecognition. -
EventStreamProvider<Event>
endEvent
=
const EventStreamProvider<Event>
('end') -
constStatic factory designed to expose
end
events to event handlers that are not necessarily instances of SpeechRecognition. -
EventStreamProvider<SpeechRecognitionError>
errorEvent
=
const EventStreamProvider<SpeechRecognitionError>
('error') -
constStatic factory designed to expose
error
events to event handlers that are not necessarily instances of SpeechRecognition. -
EventStreamProvider<SpeechRecognitionEvent>
noMatchEvent
=
const EventStreamProvider<SpeechRecognitionEvent>
('nomatch') -
constStatic factory designed to expose
nomatch
events to event handlers that are not necessarily instances of SpeechRecognition. -
EventStreamProvider<SpeechRecognitionEvent>
resultEvent
=
const EventStreamProvider<SpeechRecognitionEvent>
('result') -
constStatic factory designed to expose
result
events to event handlers that are not necessarily instances of SpeechRecognition. -
EventStreamProvider<Event>
soundEndEvent
=
const EventStreamProvider<Event>
('soundend') -
constStatic factory designed to expose
soundend
events to event handlers that are not necessarily instances of SpeechRecognition. -
EventStreamProvider<Event>
soundStartEvent
=
const EventStreamProvider<Event>
('soundstart') -
constStatic factory designed to expose
soundstart
events to event handlers that are not necessarily instances of SpeechRecognition. -
EventStreamProvider<Event>
speechEndEvent
=
const EventStreamProvider<Event>
('speechend') -
constStatic factory designed to expose
speechend
events to event handlers that are not necessarily instances of SpeechRecognition. -
EventStreamProvider<Event>
speechStartEvent
=
const EventStreamProvider<Event>
('speechstart') -
constStatic factory designed to expose
speechstart
events to event handlers that are not necessarily instances of SpeechRecognition. -
EventStreamProvider<Event>
startEvent
=
const EventStreamProvider<Event>
('start') -
constStatic factory designed to expose
start
events to event handlers that are not necessarily instances of SpeechRecognition.
Static Properties
- bool supported
-
read-onlyChecks if this type is supported on the current platform.
Properties
- bool continuous
-
read / write
- SpeechGrammarList grammars
-
read / write
- bool interimResults
-
read / write
- String lang
-
read / write
- int maxAlternatives
-
read / write
- Events on
-
read-only, inheritedThis is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
- Stream<Event> onAudioEnd
-
read-onlyStream of
audioend
events handled by thisSpeechRecognition
. - Stream<Event> onAudioStart
-
read-onlyStream of
audiostart
events handled by thisSpeechRecognition
. - Stream<Event> onEnd
-
read-onlyStream of
end
events handled by thisSpeechRecognition
. - Stream<SpeechRecognitionError> onError
-
read-onlyStream of
error
events handled by thisSpeechRecognition
. - Stream<SpeechRecognitionEvent> onNoMatch
-
read-onlyStream of
nomatch
events handled by thisSpeechRecognition
. - Stream<SpeechRecognitionEvent> onResult
-
read-onlyStream of
result
events handled by thisSpeechRecognition
. - Stream<Event> onSoundEnd
-
read-onlyStream of
soundend
events handled by thisSpeechRecognition
. - Stream<Event> onSoundStart
-
read-onlyStream of
soundstart
events handled by thisSpeechRecognition
. - Stream<Event> onSpeechEnd
-
read-onlyStream of
speechend
events handled by thisSpeechRecognition
. - Stream<Event> onSpeechStart
-
read-onlyStream of
speechstart
events handled by thisSpeechRecognition
. - Stream<Event> onStart
-
read-onlyStream of
start
events handled by thisSpeechRecognition
.