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-03-21 UTC."],[[["The `BatchRecognizeResponse` class is part of the Google Cloud Speech-to-Text v2 API, specifically designed to handle responses from the `BatchRecognize` operation."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The `BatchRecognizeResponse` class contains properties such as `Results`, which maps filenames to their respective `BatchRecognizeFileResult`, and `TotalBilledDuration`, indicating the billed audio duration for the request."],["Constructors are provided for creating a new instance or a copy of an existing `BatchRecognizeResponse` object."],["The latest available version of `BatchRecognizeResponse` is version 1.4.0, with previous versions from 1.0.0 up to 1.3.0 also being available."]]],[]]