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.2.0."],["`LongRunningRecognizeRequest` is the top-level message sent by the client for the `LongRunningRecognize` method, and it can inherit members from the base `Object` class."],["The `LongRunningRecognizeRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances of `LongRunningRecognizeRequest`, either with default values or by copying another `LongRunningRecognizeRequest` instance."],["Key properties of `LongRunningRecognizeRequest` include `Audio` and `Config`, which are required for audio recognition, and `OutputConfig`, which is optional for specifying where recognition results are saved."]]],[]]