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 latest version of the `RecognizeRequest` class is 3.8.0, with a history of versions going back to 2.2.0."],["The `RecognizeRequest` class is used as the top-level message sent by the client for the `Recognize` method in Google Cloud Speech V1."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities."],["`RecognizeRequest` has two constructors and includes properties for `Audio` and `Config`, which are of types `RecognitionAudio` and `RecognitionConfig` respectively, detailing the required audio data and recognition processing information."],["`RecognizeRequest` inherits members from the Object class such as GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]