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