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."],[[["Version 3.8.0 is the latest version available for the `RecognizeResponse` class, which is part of the Google.Cloud.Speech.V1 namespace."],["The `RecognizeResponse` class is the message returned by the `Recognize` method and contains results in the form of zero or more sequential `SpeechRecognitionResult` messages."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities."],["`RecognizeResponse` includes properties like `Results`, which is a sequential list of transcription results, and `TotalBilledTime`, indicating billed audio duration for requests."],["The class has two constructors: a default constructor and one that accepts another `RecognizeResponse` object as a parameter to create a new instance."]]],[]]