alternatives property

  1. @TagNumber(1)
List<SpeechRecognitionAlternative> alternatives

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);