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 version 3.5.0 is the version being documented here."],["This documentation covers the `RecognizeRequest` class, which is the top-level message sent by the client to the `Recognize` method within the Google Cloud Speech v1 API."],["The `RecognizeRequest` class inherits from the base `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RecognizeRequest` has two main properties, `Audio` and `Config`, both of which are required for the audio data to be processed."],["There are multiple previous versions of this API available, ranging from 3.7.0 all the way down to 2.2.0, all accessible with their own documentation."]]],[]]