public sealed class SpeechRecognitionResult : IMessage<SpeechRecognitionResult>, IEquatable<SpeechRecognitionResult>, IDeepCloneable<SpeechRecognitionResult>, IBufferMessage, IMessage
A speech recognition result corresponding to a portion of the audio.
public RepeatedField<SpeechRecognitionAlternative> Alternatives { get; }
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.
For multi-channel audio, this is the channel number corresponding to the
recognized result for the audio from that channel.
For audio_channel_count = N, its output values can range from '1' to 'N'.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSpeechRecognitionResult\u003c/code\u003e class represents a portion of audio recognition output in the Google Cloud Speech API, and it is implemented in the Google.Cloud.Speech.V1 namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 3.8.0, and the class includes support for numerous earlier versions, extending back to version 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSpeechRecognitionResult\u003c/code\u003e inherits from Object and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class contains two constructors: one default and another that duplicates a specified \u003ccode\u003eSpeechRecognitionResult\u003c/code\u003e, and it contains properties such as Alternatives and ChannelTag.\u003c/p\u003e\n"],["\u003cp\u003eThe 'Alternatives' property of this class contains a ordered list of potential recognition hypotheses ranked by the recognizer's accuracy level.\u003c/p\u003e\n"]]],[],null,[]]