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 the `LongRunningRecognizeRequest` is 3.8.0, while this page specifically documents version 2.8.0."],["`LongRunningRecognizeRequest` is a top-level message sent by the client for the `LongRunningRecognize` method within the Google Cloud Speech V1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LongRunningRecognizeRequest` class includes properties like `Audio`, `Config`, and `OutputConfig`, which are essential for defining the audio data, recognition settings, and the destination for results, respectively."],["The current documentation includes information on the two constructors `LongRunningRecognizeRequest()`, and `LongRunningRecognizeRequest(LongRunningRecognizeRequest other)`."]]],[]]