public sealed class LongRunningRecognizeRequest : IMessage<LongRunningRecognizeRequest>, IEquatable<LongRunningRecognizeRequest>, IDeepCloneable<LongRunningRecognizeRequest>, IBufferMessage, IMessage
The top-level message sent by the client for the LongRunningRecognize
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 `LongRunningRecognizeRequest` is 3.8.0, with previous versions ranging from 3.7.0 down to 2.2.0 available for reference."],["`LongRunningRecognizeRequest` is a top-level message used by clients for the `LongRunningRecognize` method in the Google Cloud Speech API."],["The `LongRunningRecognizeRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LongRunningRecognizeRequest` class has two constructors: a default constructor and one that accepts another `LongRunningRecognizeRequest` object as a parameter."],["This class has two properties, `Audio` and `Config`, which are required and represent the audio data and configuration settings for the recognition process respectively, using `RecognitionAudio` and `RecognitionConfig` types."]]],[]]