public sealed class LongRunningRecognizeMetadata : IMessage<LongRunningRecognizeMetadata>, IEquatable<LongRunningRecognizeMetadata>, IDeepCloneable<LongRunningRecognizeMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class LongRunningRecognizeMetadata.
Describes the progress of a long-running LongRunningRecognize
call. It is
included in the metadata
field of the Operation
returned by the
GetOperation
call of the google::longrunning::Operations
service.
Implements
IMessageLongRunningRecognizeMetadata, IEquatableLongRunningRecognizeMetadata, IDeepCloneableLongRunningRecognizeMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1Assembly
Google.Cloud.Speech.V1.dll
Constructors
LongRunningRecognizeMetadata()
public LongRunningRecognizeMetadata()
LongRunningRecognizeMetadata(LongRunningRecognizeMetadata)
public LongRunningRecognizeMetadata(LongRunningRecognizeMetadata other)
Parameter | |
---|---|
Name | Description |
other |
LongRunningRecognizeMetadata |
Properties
LastUpdateTime
public Timestamp LastUpdateTime { get; set; }
Time of the most recent processing update.
Property Value | |
---|---|
Type | Description |
Timestamp |
ProgressPercent
public int ProgressPercent { get; set; }
Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.
Property Value | |
---|---|
Type | Description |
int |
StartTime
public Timestamp StartTime { get; set; }
Time when the request was received.
Property Value | |
---|---|
Type | Description |
Timestamp |
Uri
public string Uri { get; set; }
Output only. The URI of the audio file being transcribed. Empty if the audio was sent as byte content.
Property Value | |
---|---|
Type | Description |
string |