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-09 UTC."],[[["The latest version of the `RecognizeResponse` class is 3.8.0, with several prior versions available, including the currently documented version 3.0.0."],["`RecognizeResponse` is the sole message type returned by the `Recognize` method, which includes zero or more `SpeechRecognitionResult` messages."],["The `RecognizeResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two constructors and has two main properties: `Results`, which provides a sequential list of transcription results, and `TotalBilledTime`, indicating the billed audio seconds."],["The class' namespace is `Google.Cloud.Speech.V1` and is found within the `Google.Cloud.Speech.V1.dll` assembly."]]],[]]