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 webpage details 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 as a sequence of `SpeechRecognitionResult` messages, within the `result.response` field of the `Operation`."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its function."],["The `LongRunningRecognizeResponse` class has two properties: `Results`, which is a list of `SpeechRecognitionResult` objects, and `TotalBilledTime`, which indicates the duration of the audio processed."],["The page provides access to the `LongRunningRecognizeResponse` documentation and details for versions 2.2.0 up to the latest 3.8.0 of the Google Cloud Speech API, with 2.6.0 being the current context."]]],[]]