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-03-21 UTC."],[[["This webpage details the `RecognizeResponse` class within the `Google.Cloud.Speech.V1` namespace, which is the primary message returned by the `Recognize` method and contains speech recognition results."],["The `RecognizeResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The webpage includes links to documentation for all previous versions of `RecognizeResponse` from 2.2.0 up to the most recent version 3.8.0."],["The `RecognizeResponse` class contains two primary properties: `Results`, which is a list of `SpeechRecognitionResult` messages, and `TotalBilledTime`, which indicates the billed audio seconds for the request."],["There are two constructors for `RecognizeResponse`, one without any parameters and another that takes a `RecognizeResponse` object."]]],[]]