public sealed class RecognizeRequest : IMessage<RecognizeRequest>, IEquatable<RecognizeRequest>, IDeepCloneable<RecognizeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1p1beta1 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."],[[["The `RecognizeRequest` class is a top-level message used by clients for the `Recognize` method in the Google Cloud Speech v1p1beta1 API."],["This class is part of the `Google.Cloud.Speech.V1P1Beta1` namespace and is implemented in the `Google.Cloud.Speech.V1P1Beta1.dll` assembly."],["It inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RecognizeRequest` has properties for `Audio` (of type `RecognitionAudio`) which is required and `Config` (of type `RecognitionConfig`) which is required as well to process requests."],["The latest version of this class is 3.0.0-beta08, with 3.0.0-beta07 and 2.0.0-beta09 being previous versions."]]],[]]