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 `RecognizeRequest` is available in multiple versions, with the latest being 3.8.0, and it implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RecognizeRequest` includes two key properties: `Audio` of type `RecognitionAudio`, which contains the audio data for recognition, and `Config` of type `RecognitionConfig`, which provides processing instructions to the recognizer."],["There are two constructors for creating a `RecognizeRequest` object, one is a parameterless constructor and the other is a copy constructor that takes another `RecognizeRequest` as an argument."],["All the different version of `RecognizeRequest` are available in the webpage, ranging from the 2.2.0 version to the 3.8.0 version."]]],[]]