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