public sealed class LongRunningRecognizeRequest : IMessage<LongRunningRecognizeRequest>, IEquatable<LongRunningRecognizeRequest>, IDeepCloneable<LongRunningRecognizeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class LongRunningRecognizeRequest.
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 document provides reference details for the `LongRunningRecognizeRequest` class within the Google Cloud Speech v1 API, specifically for version 3.6.0."],["`LongRunningRecognizeRequest` is the top-level message sent by the client for the `LongRunningRecognize` method, used for processing speech recognition requests."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The document outlines the available constructors for `LongRunningRecognizeRequest`, including a default constructor and one that accepts another `LongRunningRecognizeRequest` object as a parameter, and provides the details of the properties that are included, such as the `Audio`, `Config`, and `OutputConfig`."],["The documentation contains a list of historical versions of the `LongRunningRecognizeRequest`, showing versions ranging from 2.2.0 to 3.8.0, with 3.8.0 being the latest."]]],[]]