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).
Implements
IMessageBatchRecognizeTranscriptionMetadata, IEquatableBatchRecognizeTranscriptionMetadata, IDeepCloneableBatchRecognizeTranscriptionMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
BatchRecognizeTranscriptionMetadata()
public BatchRecognizeTranscriptionMetadata()
BatchRecognizeTranscriptionMetadata(BatchRecognizeTranscriptionMetadata)
public BatchRecognizeTranscriptionMetadata(BatchRecognizeTranscriptionMetadata other)
Parameter | |
---|---|
Name | Description |
other |
BatchRecognizeTranscriptionMetadata |
Properties
Error
public Status Error { get; set; }
Error if one was encountered.
Property Value | |
---|---|
Type | Description |
Status |
ProgressPercent
public int ProgressPercent { get; set; }
How much of the file has been transcribed so far.
Property Value | |
---|---|
Type | Description |
int |
Uri
public string Uri { get; set; }
The Cloud Storage URI to which recognition results will be written.
Property Value | |
---|---|
Type | Description |
string |