Cloud Speech-to-Text v2 API - Class BatchRecognizeMetadata (1.0.0-beta09)

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].

Inheritance

object > BatchRecognizeMetadata

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

BatchRecognizeMetadata()

public BatchRecognizeMetadata()

BatchRecognizeMetadata(BatchRecognizeMetadata)

public BatchRecognizeMetadata(BatchRecognizeMetadata other)
Parameter
NameDescription
otherBatchRecognizeMetadata

Properties

TranscriptionMetadata

public MapField<string, BatchRecognizeTranscriptionMetadata> TranscriptionMetadata { get; }

Map from provided filename to the transcription metadata for that file.

Property Value
TypeDescription
MapFieldstringBatchRecognizeTranscriptionMetadata