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 the `LongRunningRecognizeRequest` is 3.8.0, but this page focuses on version 2.4.0, which has a variety of previous versions listed."],["`LongRunningRecognizeRequest` is a top-level message used by clients for the `LongRunningRecognize` method, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `LongRunningRecognizeRequest` has two constructors: a default constructor `LongRunningRecognizeRequest()` and a constructor that takes another `LongRunningRecognizeRequest` object as a parameter for copying."],["The class includes two crucial properties: `Audio`, of type `RecognitionAudio`, for the audio data to be recognized, and `Config`, of type `RecognitionConfig`, which provides processing instructions for the request."],["This document also offers a breakdown of the inherited members, namespace, assembly, and property details for the `LongRunningRecognizeRequest` class."]]],[]]