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 message returned by the `LongRunningRecognize` method, containing sequential `SpeechRecognitionResult` messages."],["The `LongRunningRecognizeResponse` class is part of the `Google.Cloud.Speech.V1` namespace and is available in various versions, ranging from 2.2.0 to the latest 3.8.0."],["`LongRunningRecognizeResponse` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capabilities for handling messages, equality checks, deep cloning, and buffer management."],["The class offers properties like `Results`, a sequential list of transcription results, and `TotalBilledTime`, indicating the billed audio seconds for the request."],["This class contains two constructors: a default constructor and a copy constructor, to provide flexibility when initiating the class."]]],[]]