public sealed class LongRunningRecognizeRequest : IMessage<LongRunningRecognizeRequest>, IEquatable<LongRunningRecognizeRequest>, IDeepCloneable<LongRunningRecognizeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1p1beta1 API class LongRunningRecognizeRequest.
The top-level message sent by the client for the LongRunningRecognize
method.
[[["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."],[[["The `LongRunningRecognizeRequest` class is the top-level message sent by clients for the `LongRunningRecognize` method within the Google Cloud Speech v1p1beta1 API."],["This class is part of the `Google.Cloud.Speech.V1P1Beta1` namespace and is defined in the `Google.Cloud.Speech.V1P1Beta1.dll` assembly."],["`LongRunningRecognizeRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes properties `Audio`, `Config`, and `OutputConfig`, which represent the audio data to be recognized, configuration for recognition, and an optional output destination for recognition results, respectively."],["There are two constructors available, a default constructor and one that accepts another instance of `LongRunningRecognizeRequest` as a parameter."]]],[]]