interimResults property
The interimResults property of the
SpeechRecognition interface controls whether interim results should be
returned (true) or not (false). Interim results are results
that are not yet final (e.g. the SpeechRecognitionResult.isFinal
property
is false).
The default value for interimResults is false.
Implementation
external bool get interimResults;
Implementation
external set interimResults(bool value);