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 primary message sent by clients for the `Recognize` method within the Google Cloud Speech API, version 2.8.0."],["This class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RecognizeRequest` contains two properties, `Audio` and `Config`, representing the required audio data and recognition configuration, respectively."],["The provided documentation details the usage for version 2.8.0, alongside providing links to the latest version 3.8.0 and various other previous versions dating back to version 2.2.0."]]],[]]