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."],[[["This webpage details the `RecognizeResponse` class within the Google Cloud Speech V1 API, specifically version 2.3.0."],["The `RecognizeResponse` class is the sole message returned to the client from the `Recognize` method, carrying the results of speech recognition in `SpeechRecognitionResult` messages."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `RecognizeResponse` include `Results`, which is a list of `SpeechRecognitionResult`, and `TotalBilledTime`, which provides the billed audio duration for the request."],["The page also lists all previous version of the `RecognizeResponse` API, all the way up to the most recent version, 3.8.0."]]],[]]