public sealed class RecognizeRequest : IMessage<RecognizeRequest>, IEquatable<RecognizeRequest>, IDeepCloneable<RecognizeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class RecognizeRequest.
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 provides reference documentation for the `RecognizeRequest` class within the Google Cloud Speech v1 API for .NET."],["The `RecognizeRequest` class is the top-level message sent by clients to use the `Recognize` method, and it contains the audio data and configuration for speech recognition."],["This page documents `RecognizeRequest` in version 3.6.0, but links to other versions are available, including the latest 3.8.0 and versions all the way back to 2.2.0."],["The `RecognizeRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It contains two key properties, `Audio` and `Config`, which are of type `RecognitionAudio` and `RecognitionConfig`, respectively, and are required to provide audio data and processing information."]]],[]]