- Inheritance
- Object
- DartHtmlDomObject
- EventTarget
- SpeechRecognition
- Annotations
- DocsEditable()
- DomName('SpeechRecognition')
- SupportedBrowser(SupportedBrowser.CHROME, '25')
- Experimental()
Constants
- audioEndEvent → EventStreamProvider<Event>
-
Static factory designed to expose
audioendevents to event handlers that are not necessarily instances of SpeechRecognition.…constconst EventStreamProvider<Event>('audioend') - audioStartEvent → EventStreamProvider<Event>
-
Static factory designed to expose
audiostartevents to event handlers that are not necessarily instances of SpeechRecognition.…constconst EventStreamProvider<Event>('audiostart') - endEvent → EventStreamProvider<Event>
-
Static factory designed to expose
endevents to event handlers that are not necessarily instances of SpeechRecognition.…constconst EventStreamProvider<Event>('end') - errorEvent → EventStreamProvider<SpeechRecognitionError>
-
Static factory designed to expose
errorevents to event handlers that are not necessarily instances of SpeechRecognition.…constconst EventStreamProvider<SpeechRecognitionError>('error') - noMatchEvent → EventStreamProvider<SpeechRecognitionEvent>
-
Static factory designed to expose
nomatchevents to event handlers that are not necessarily instances of SpeechRecognition.…constconst EventStreamProvider<SpeechRecognitionEvent>('nomatch') - resultEvent → EventStreamProvider<SpeechRecognitionEvent>
-
Static factory designed to expose
resultevents to event handlers that are not necessarily instances of SpeechRecognition.…constconst EventStreamProvider<SpeechRecognitionEvent>('result') - soundEndEvent → EventStreamProvider<Event>
-
Static factory designed to expose
soundendevents to event handlers that are not necessarily instances of SpeechRecognition.…constconst EventStreamProvider<Event>('soundend') - soundStartEvent → EventStreamProvider<Event>
-
Static factory designed to expose
soundstartevents to event handlers that are not necessarily instances of SpeechRecognition.…constconst EventStreamProvider<Event>('soundstart') - speechEndEvent → EventStreamProvider<Event>
-
Static factory designed to expose
speechendevents to event handlers that are not necessarily instances of SpeechRecognition.…constconst EventStreamProvider<Event>('speechend') - speechStartEvent → EventStreamProvider<Event>
-
Static factory designed to expose
speechstartevents to event handlers that are not necessarily instances of SpeechRecognition.…constconst EventStreamProvider<Event>('speechstart') - startEvent → EventStreamProvider<Event>
-
Static factory designed to expose
startevents to event handlers that are not necessarily instances of SpeechRecognition.…constconst EventStreamProvider<Event>('start')
Static Properties
Static Methods
Constructors
- SpeechRecognition()
-
factory
- SpeechRecognition.internal_()
Properties
- blink_jsObject → JsObject
-
The underlying JS DOM object.
read / write, inherited - continuous → bool
-
read / write
- grammars → SpeechGrammarList
-
read / write
- hashCode → int
-
read-only, inherited
- interimResults → bool
-
read / write
- lang → String
-
read / write
- maxAlternatives → int
-
read / write
- on → Events
-
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
read-only, inherited - onAudioEnd → Stream<Event>
-
Stream of
audioendevents handled by thisSpeechRecognition.read-only - onAudioStart → Stream<Event>
-
Stream of
audiostartevents handled by thisSpeechRecognition.read-only - onEnd → Stream<Event>
-
Stream of
endevents handled by thisSpeechRecognition.read-only - onError → Stream<SpeechRecognitionError>
-
Stream of
errorevents handled by thisSpeechRecognition.read-only - onNoMatch → Stream<SpeechRecognitionEvent>
-
Stream of
nomatchevents handled by thisSpeechRecognition.read-only - onResult → Stream<SpeechRecognitionEvent>
-
Stream of
resultevents handled by thisSpeechRecognition.read-only - onSoundEnd → Stream<Event>
-
Stream of
soundendevents handled by thisSpeechRecognition.read-only - onSoundStart → Stream<Event>
-
Stream of
soundstartevents handled by thisSpeechRecognition.read-only - onSpeechEnd → Stream<Event>
-
Stream of
speechendevents handled by thisSpeechRecognition.read-only - onSpeechStart → Stream<Event>
-
Stream of
speechstartevents handled by thisSpeechRecognition.read-only - onStart → Stream<Event>
-
Stream of
startevents handled by thisSpeechRecognition.read-only - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
abort(
) → void -
addEventListener(
String type, EventListener listener(Event event), [bool useCapture]) → void -
inherited
-
dispatchEvent(
Event event) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
removeEventListener(
String type, EventListener listener(Event event), [bool useCapture]) → void -
inherited
-
start(
) → void -
stop(
) → void -
toString(
) → String -
Returns a string representation of this object.
inherited