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-04-17 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 version 3.0.0 of the Google Cloud Speech library, with the latest being 3.8.0, and it has many prior versions listed, including all those between 2.2.0 and 3.8.0."],["`RecognizeRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `RecognizeRequest` class includes two properties: `Audio` of type `RecognitionAudio`, representing the audio data, and `Config` of type `RecognitionConfig`, for specifying processing instructions."],["There are two constructors available: a default constructor and one that takes another `RecognizeRequest` object as a parameter."]]],[]]