alternatives property
May contain one or more recognition hypotheses (up to the
maximum specified in max_alternatives
).
These alternatives are ordered in terms of accuracy, with the top (first)
alternative being the most probable, as ranked by the recognizer.
Implementation
@$pb.TagNumber(1)
$core.List<SpeechRecognitionAlternative> get alternatives => $_getList(0);