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, serving as the primary message sent by the client for the `Recognize` method."],["The class is part of the `Google.Cloud.Speech.V1.dll` assembly and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RecognizeRequest` class has two constructors: a default constructor and another that accepts a `RecognizeRequest` object as a parameter for copying."],["It includes two essential properties: `Audio`, which represents the audio data to be recognized, and `Config`, which provides configuration information for the recognition process."],["The documentation shown provides links for a range of versions from 2.2.0 to the latest 3.8.0, allowing users to navigate between them."]]],[]]