maxAlternatives property
Maximum number of recognition hypotheses to be returned.
Specifically, the maximum number of SpeechRecognitionAlternative
messages within each SpeechTranscription
. 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.
Optional.
Implementation
core.int? maxAlternatives;