public sealed class LongRunningRecognizeResponse : IMessage<LongRunningRecognizeResponse>, IEquatable<LongRunningRecognizeResponse>, IDeepCloneable<LongRunningRecognizeResponse>, IBufferMessage, IMessage
The only message returned to the client by the LongRunningRecognize method.
It contains the result as zero or more sequential SpeechRecognitionResult
messages. It is included in the result.response field of the Operation
returned by the GetOperation call of the google::longrunning::Operations
service.
[[["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 document outlines the `LongRunningRecognizeResponse` class, which is the sole message returned by the `LongRunningRecognize` method within the Google Cloud Speech API."],["The `LongRunningRecognizeResponse` class contains the transcription results in the form of `SpeechRecognitionResult` messages, as part of the result response of the `Operation` returned by the `GetOperation` method."],["The `LongRunningRecognizeResponse` class includes properties like `Results`, a sequential list of transcription results, and `TotalBilledTime`, indicating billed audio seconds."],["The page presents a version history for the Google Cloud Speech API, with the latest version being 3.8.0, alongside other version listed all the way down to 2.2.0."],["The class `LongRunningRecognizeResponse` inherits from the [Object](https://learn.microsoft.com/dotnet/api/system.object) class and implements multiple interfaces such as [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html), and more."]]],[]]