alternatives property

List<SpeechRecognitionAlternative>? alternatives
getter/setter pair

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

core.List<SpeechRecognitionAlternative>? alternatives;