public sealed class RecognizeRequest : IMessage<RecognizeRequest>, IEquatable<RecognizeRequest>, IDeepCloneable<RecognizeRequest>, IBufferMessage, IMessage
The top-level message sent by the client for the Recognize 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 webpage details the `RecognizeRequest` class within the `Google.Cloud.Speech.V1` namespace, which is the primary message sent by the client for the `Recognize` method in version 2.9.0, and can be found in the Google.Cloud.Speech.V1.dll assembly."],["The `RecognizeRequest` class inherits from `Object` and implements several interfaces, including `IMessage\u003cRecognizeRequest\u003e`, `IEquatable\u003cRecognizeRequest\u003e`, `IDeepCloneable\u003cRecognizeRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `RecognizeRequest` class has two constructors, a default constructor `RecognizeRequest()` and another `RecognizeRequest(RecognizeRequest other)` which takes another instance of the class as an argument."],["The class contains two properties to process recognition requests, `Audio` of type `RecognitionAudio` representing the audio data, and `Config` of type `RecognitionConfig` specifying processing instructions."],["The page has version support for version 2.2.0 to 3.8.0, with 3.8.0 being the most current and 2.9.0 being the version associated with the page's class documentation."]]],[]]