public sealed class BatchRecognizeMetadata : IMessage<BatchRecognizeMetadata>, IEquatable<BatchRecognizeMetadata>, IDeepCloneable<BatchRecognizeMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class BatchRecognizeMetadata.
Operation metadata for
[BatchRecognize][google.cloud.speech.v2.Speech.BatchRecognize].
[[["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 `BatchRecognizeMetadata` class in the Cloud Speech-to-Text v2 API provides operation metadata for the `BatchRecognize` function."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and interactions with other objects."],["`BatchRecognizeMetadata` includes a `TranscriptionMetadata` property, which is a map field that connects provided filenames to their respective transcription metadata."],["There are two constructors for `BatchRecognizeMetadata`, one being a default constructor and the other takes another `BatchRecognizeMetadata` object as a parameter for copying data."],["The class `BatchRecognizeMetadata` inherits from the base class `object`, adding all its inherited methods, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]