public sealed class BatchRecognizeResponse : IMessage<BatchRecognizeResponse>, IEquatable<BatchRecognizeResponse>, IDeepCloneable<BatchRecognizeResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class BatchRecognizeResponse.
Response message for
[BatchRecognize][google.cloud.speech.v2.Speech.BatchRecognize] that is
packaged into a longrunning [Operation][google.longrunning.Operation].
[[["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-04-02 UTC."],[[["The `BatchRecognizeResponse` class is a response message for the `BatchRecognize` operation within the Cloud Speech-to-Text v2 API, packaged as a long-running operation."],["It provides the final results of a batch recognition operation, mapping filenames to their corresponding `BatchRecognizeFileResult` via a `MapField`."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["`BatchRecognizeResponse` provides a `TotalBilledDuration` property, indicating the billed audio seconds for the associated request, as a `Duration`."],["The documentation lists the availability of different versions, with version 1.4.0 being the most recent."]]],[]]