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."],[[["The `RecognizeRequest` class is the top-level message sent by the client for the `Recognize` method in the Google Cloud Speech API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["There are two constructors available for the `RecognizeRequest` class: a default constructor and one that accepts another `RecognizeRequest` object as a parameter."],["The `RecognizeRequest` class contains two essential properties: `Audio`, which holds the audio data to be processed, and `Config`, which specifies how the request should be handled."],["This information pertains to version 2.0.0-beta09, with links provided to the latest version (3.0.0-beta08) and an older version (3.0.0-beta07) of the Google Cloud Speech API documentation."]]],[]]