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 `LongRunningRecognizeRequest` class is a top-level message used by clients for the `LongRunningRecognize` method within the Google Cloud Speech API."],["Version 3.8.0 is the latest version of the Google Cloud Speech API as denoted by the link."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `LongRunningRecognizeRequest` class contains properties for `Audio`, `Config`, and `OutputConfig`, which are used to provide the audio data, recognition configuration, and an optional output destination, respectively."],["The class is part of the `Google.Cloud.Speech.V1` namespace and is contained within the `Google.Cloud.Speech.V1.dll` assembly."]]],[]]