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-09 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."],["The class is part of the `Google.Cloud.Speech.V1.dll` assembly and inherits from the `Object` class while implementing several interfaces, including `IMessage\u003cRecognizeRequest\u003e`, `IEquatable\u003cRecognizeRequest\u003e`, `IDeepCloneable\u003cRecognizeRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `RecognizeRequest` class has two constructors: a parameterless one and another that takes a `RecognizeRequest` object as a parameter."],["It includes two primary properties: `Audio` of type `RecognitionAudio` for the audio data, and `Config` of type `RecognitionConfig` to specify processing information for the recognizer."],["This resource provides documentation for versions 2.2.0 up to 3.8.0 of the `RecognizeRequest` class, with 3.8.0 being the latest version."]]],[]]