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."],[[["`LongRunningRecognizeRequest` is the top-level message sent by the client for the `LongRunningRecognize` method in version 2.0.0-beta09 of the Google.Cloud.Speech.V1P1Beta1 library."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered operations."],["The `LongRunningRecognizeRequest` class includes properties like `Audio` (for the audio data), `Config` (for request processing information), and `OutputConfig` (for specifying where to send the recognition results)."],["The `LongRunningRecognizeRequest` class has two constructors, the default one, and another that takes in another `LongRunningRecognizeRequest` object as a parameter."]]],[]]