google_api_speech v0.0.1 GoogleApi.Speech.V1.Model.SpeechRecognitionResult View Source
A speech recognition result corresponding to a portion of the audio.
Attributes
- alternatives (List[SpeechRecognitionAlternative]): Output-only 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. Defaults to:
null.