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 is part of the Cloud Speech-to-Text v2 API and provides metadata for batch recognition operations."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality for message handling, equality comparisons, and deep cloning."],["The latest version of the class is 1.4.0, and it contains other previous versions, such as 1.3.0, 1.2.0, 1.1.0 and 1.0.0."],["It has a `TranscriptionMetadata` property that is a map from filename to the corresponding `BatchRecognizeTranscriptionMetadata`, allowing for easy access to metadata for each transcription."],["It can be constructed using a default constructor or by providing another `BatchRecognizeMetadata` object as a parameter for copying its contents."]]],[]]