public sealed class RecognizeResponse : IMessage<RecognizeResponse>, IEquatable<RecognizeResponse>, IDeepCloneable<RecognizeResponse>, IBufferMessage, IMessage
The only message returned to the client by the Recognize method. It
contains the result as zero or more sequential SpeechRecognitionResult
messages.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `RecognizeResponse` class, which is the sole message returned by the `Recognize` method in the Google Cloud Speech API."],["The `RecognizeResponse` class provides sequential `SpeechRecognitionResult` messages, representing the transcription results from audio input."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors: a default one, and another that allows creating a copy from an existing `RecognizeResponse` object."],["The `RecognizeResponse` class includes properties `Results`, a sequential list of the `SpeechRecognitionResult`, and `TotalBilledTime`, which tells how long the audio was."]]],[]]