public sealed class LongRunningRecognizeRequest : IMessage<LongRunningRecognizeRequest>, IEquatable<LongRunningRecognizeRequest>, IDeepCloneable<LongRunningRecognizeRequest>, IBufferMessage, IMessage
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."],[[["This document outlines the `LongRunningRecognizeRequest` class, which is the primary message sent by clients to initiate the `LongRunningRecognize` method."],["The `LongRunningRecognizeRequest` class has a wide range of versions available, from 2.2.0 to the latest 3.8.0."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `LongRunningRecognizeRequest()` and `LongRunningRecognizeRequest(LongRunningRecognizeRequest other)`, and it contains `Audio` and `Config` properties, both of which are required for the class to function properly."],["The class is part of the `Google.Cloud.Speech.V1` namespace, found in the `Google.Cloud.Speech.V1.dll` assembly."]]],[]]