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."],[[["This documentation details the `BatchRecognizeResponse` class, which is part of the Google Cloud Speech-to-Text v2 API, and is used as a response message for batch recognition operations."],["The `BatchRecognizeResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message manipulation and comparison."],["The class contains properties such as `Results`, which maps filenames to their corresponding `BatchRecognizeFileResult`, and `TotalBilledDuration`, which indicates the billed audio duration for the request."],["The `BatchRecognizeResponse` class has two constructors: a default one and another that copies an existing `BatchRecognizeResponse` object."],["This class belongs to the `Google.Cloud.Speech.V2` namespace and is within the `Google.Cloud.Speech.V2.dll` assembly."]]],[]]