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].
Implements
IMessageBatchRecognizeMetadata, IEquatableBatchRecognizeMetadata, IDeepCloneableBatchRecognizeMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
BatchRecognizeMetadata()
public BatchRecognizeMetadata()
BatchRecognizeMetadata(BatchRecognizeMetadata)
public BatchRecognizeMetadata(BatchRecognizeMetadata other)
Parameter | |
---|---|
Name | Description |
other |
BatchRecognizeMetadata |
Properties
TranscriptionMetadata
public MapField<string, BatchRecognizeTranscriptionMetadata> TranscriptionMetadata { get; }
Map from provided filename to the transcription metadata for that file.
Property Value | |
---|---|
Type | Description |
MapFieldstringBatchRecognizeTranscriptionMetadata |