public sealed class LongRunningRecognizeMetadata : IMessage<LongRunningRecognizeMetadata>, IEquatable<LongRunningRecognizeMetadata>, IDeepCloneable<LongRunningRecognizeMetadata>, IBufferMessage, IMessage
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
IMessage<LongRunningRecognizeMetadata>, IEquatable<LongRunningRecognizeMetadata>, IDeepCloneable<LongRunningRecognizeMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1P1Beta1Assembly
Google.Cloud.Speech.V1P1Beta1.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 |
OutputConfig
public TranscriptOutputConfig OutputConfig { get; set; }
Output only. A copy of the TranscriptOutputConfig if it was set in the request.
Property Value | |
---|---|
Type | Description |
TranscriptOutputConfig |
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 |
Int32 |
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 |