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 webpage provides reference documentation for the `LongRunningRecognizeRequest` class within the Google Cloud Speech v1 API, specifically for version 3.4.0."],["`LongRunningRecognizeRequest` is the top-level message sent by the client for the `LongRunningRecognize` method, and it can implement multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `LongRunningRecognizeRequest` class includes constructors for creating instances, either as a new object or by cloning an existing one."],["The class contains properties for `Audio`, `Config`, and `OutputConfig`, which are used to define the audio data, processing specifications, and destination of the recognition results, respectively."],["The webpage also lists available versions for `LongRunningRecognizeRequest`, ranging from version 2.2.0 up to the latest 3.8.0."]]],[]]