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

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

Inheritance

object > BatchRecognizeTranscriptionMetadata

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

BatchRecognizeTranscriptionMetadata()

public BatchRecognizeTranscriptionMetadata()

BatchRecognizeTranscriptionMetadata(BatchRecognizeTranscriptionMetadata)

public BatchRecognizeTranscriptionMetadata(BatchRecognizeTranscriptionMetadata other)
Parameter
NameDescription
otherBatchRecognizeTranscriptionMetadata

Properties

Error

public Status Error { get; set; }

Error if one was encountered.

Property Value
TypeDescription
Status

ProgressPercent

public int ProgressPercent { get; set; }

How much of the file has been transcribed so far.

Property Value
TypeDescription
int

Uri

public string Uri { get; set; }

The Cloud Storage URI to which recognition results will be written.

Property Value
TypeDescription
string