menu
Dart
dart:html
SpeechRecognition
maxAlternatives property
maxAlternatives
brightness_4
brightness_5
description
maxAlternatives
property
int
?
maxAlternatives
Implementation
int? get maxAlternatives native;
void
maxAlternatives=
(
int
?
value
)
Implementation
set maxAlternatives(int? value) native;
Dart
dart:html
SpeechRecognition
maxAlternatives 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