maxAlternatives property
The maxAlternatives property of the
SpeechRecognition interface sets the maximum number of
SpeechRecognitionAlternatives provided per
SpeechRecognitionResult.
The default value is 1.
Implementation
external int get maxAlternatives;
Implementation
external set maxAlternatives(int value);