menu
Dart
dart:html
SpeechRecognition
interimResults property
interimResults
brightness_4
brightness_5
description
interimResults
property
bool
?
interimResults
Implementation
bool? get interimResults native;
void
interimResults=
(
bool
?
value
)
Implementation
set interimResults(bool? value) native;
Dart
dart:html
SpeechRecognition
interimResults property
SpeechRecognition class
Constructors
SpeechRecognition
Properties
audioTrack
continuous
grammars
hashCode
interimResults
lang
maxAlternatives
on
onAudioEnd
onAudioStart
onEnd
onError
onNoMatch
onResult
onSoundEnd
onSoundStart
onSpeechEnd
onSpeechStart
onStart
runtimeType
Methods
abort
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
start
stop
toString
Operators
operator ==
Static properties
supported
Constants
audioEndEvent
audioStartEvent
endEvent
errorEvent
noMatchEvent
resultEvent
soundEndEvent
soundStartEvent
speechEndEvent
speechStartEvent
startEvent