public sealed class BatchRecognizeTranscriptionMetadata : IMessage<BatchRecognizeTranscriptionMetadata>, IEquatable<BatchRecognizeTranscriptionMetadata>, IDeepCloneable<BatchRecognizeTranscriptionMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class BatchRecognizeTranscriptionMetadata.
Metadata about transcription for a single file (for example, progress
percent).
[[["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 `BatchRecognizeTranscriptionMetadata` class provides metadata about the transcription process for individual files within the Cloud Speech-to-Text v2 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google.Protobuf framework."],["It contains properties like `Error` (indicating if an error occurred), `ProgressPercent` (showing transcription progress), and `Uri` (specifying the Cloud Storage location for results)."],["There are two constructors for this class, one with no parameters, and another that accepts another `BatchRecognizeTranscriptionMetadata` class as a parameter."],["This documentation shows that this class is part of the `Google.Cloud.Speech.V2` namespace, found within the `Google.Cloud.Speech.V2.dll` assembly."]]],[]]