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."],[[["The latest version available for the Google Cloud Speech v1 API's `RecognizeRequest` is 3.8.0, while the current page focuses on version 3.2.0."],["This document provides reference details and code samples for the `RecognizeRequest` class within the Google Cloud Speech v1 API, showing its structure and implementation."],["`RecognizeRequest` is the top-level message that clients send to initiate the `Recognize` method, which is part of the Speech-to-Text functionality."],["The `RecognizeRequest` class includes two key properties: `Audio` for the audio data to be recognized, and `Config` for the settings used during recognition."],["There are multiple earlier versions of `RecognizeRequest` documented, ranging back to version 2.2.0."]]],[]]