alternatives property

List<SpeechRecognitionAlternative>? alternatives
getter/setter pair

May contain one or more recognition hypotheses.

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;