Dart SDK
dart:html
SpeechRecognition
supported
supported
Dart SDK
dart:html
SpeechRecognition
supported
property
supported
Dart SDK
dart:html
SpeechRecognition
Constants
audioEndEvent
audioStartEvent
endEvent
errorEvent
noMatchEvent
resultEvent
soundEndEvent
soundStartEvent
speechEndEvent
speechStartEvent
startEvent
Static properties
instanceRuntimeType
supported
Constructors
SpeechRecognition
internal_
Properties
audioTrack
continuous
grammars
hashCode
interimResults
lang
maxAlternatives
on
onAudioEnd
onAudioStart
onEnd
onError
onNoMatch
onResult
onSoundEnd
onSoundStart
onSpeechEnd
onSpeechStart
onStart
runtimeType
serviceUri
Operators
operator ==
Methods
abort
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
start
stop
toString
bool
supported
Checks if this type is supported on the current platform.
Source
static bool get supported => true;