maxAlternatives property
Maximum number of recognition hypotheses to be returned.
Specifically, the maximum number of SpeechRecognitionAlternative
messages within each SpeechRecognitionResult
. The server may return
fewer than max_alternatives
. Valid values are 0
-30
. A value of 0
or 1
will return a maximum of one. If omitted, will return a maximum of
one.
Implementation
core.int? maxAlternatives;