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, a top-level message used by the client for the `Recognize` method in Google Cloud's Speech API."],["The `RecognizeRequest` class is a part of the `Google.Cloud.Speech.V1.dll` assembly and it inherits from the `Object` class while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RecognizeRequest` class has two constructors: a default constructor `RecognizeRequest()` and a copy constructor `RecognizeRequest(RecognizeRequest other)`."],["It also has two key properties: `Audio` of type `RecognitionAudio`, which is required and represents the audio data for recognition, and `Config` of type `RecognitionConfig`, also required, providing information for processing the request."],["The webpage lists a history of previous versions, with the latest being 3.8.0 and the current version detailed being 2.5.0."]]],[]]