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."],[[["The latest version of `LongRunningRecognizeRequest` is 3.8.0, while this document specifically details version 3.0.0 of the class, which is the top-level message sent for the `LongRunningRecognize` method."],["`LongRunningRecognizeRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are used in protocol buffer interactions within .NET."],["The class has two constructors, one default and another that accepts another `LongRunningRecognizeRequest` object for potential duplication or modification."],["The `LongRunningRecognizeRequest` class contains three properties, `Audio`, `Config`, and `OutputConfig`, which specify the audio data, recognition parameters, and optional output location respectively."],["The `LongRunningRecognizeRequest` class inherits members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the base `Object` class."]]],[]]