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."],[[["This document provides reference documentation for the `LongRunningRecognizeRequest` class within the Google Cloud Speech v1 API, specifically for version 3.1.0."],["`LongRunningRecognizeRequest` is the top-level message sent by the client for the `LongRunningRecognize` method, and it includes the necessary audio data and configuration for speech recognition."],["The `LongRunningRecognizeRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to handle message operations and ensure its functionality."],["The class has 3 properties, `Audio`, `Config` and `OutputConfig` that define the audio data, the way the audio is processed and an optional output destination for results, respectively."],["The document also lists the versions of the api from version 2.2.0 all the way up to 3.8.0, which is the latest, each of which is linked to its own `LongRunningRecognizeRequest` documentation."]]],[]]