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 for speech recognition."],["The `LongRunningRecognizeRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `LongRunningRecognizeRequest` class has three properties to help facilitate a speech request: `Audio` (the audio data), `Config` (processing instructions), and `OutputConfig` (optional destination for results)."],["The latest version available is 3.8.0, but a wide array of versions are accessible from 2.2.0 to the latest."],["This class has two constructors: a default `LongRunningRecognizeRequest()` constructor and a `LongRunningRecognizeRequest(LongRunningRecognizeRequest other)` constructor that clones another request object."]]],[]]