Google Cloud Speech v1p1beta1 API - Class LongRunningRecognizeMetadata (3.0.0-beta07)

public sealed class LongRunningRecognizeMetadata : IMessage<LongRunningRecognizeMetadata>, IEquatable<LongRunningRecognizeMetadata>, IDeepCloneable<LongRunningRecognizeMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Speech v1p1beta1 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.

Inheritance

object > LongRunningRecognizeMetadata

Namespace

Google.Cloud.Speech.V1P1Beta1

Assembly

Google.Cloud.Speech.V1P1Beta1.dll

Constructors

LongRunningRecognizeMetadata()

public LongRunningRecognizeMetadata()

LongRunningRecognizeMetadata(LongRunningRecognizeMetadata)

public LongRunningRecognizeMetadata(LongRunningRecognizeMetadata other)
Parameter
NameDescription
otherLongRunningRecognizeMetadata

Properties

LastUpdateTime

public Timestamp LastUpdateTime { get; set; }

Time of the most recent processing update.

Property Value
TypeDescription
Timestamp

OutputConfig

public TranscriptOutputConfig OutputConfig { get; set; }

Output only. A copy of the TranscriptOutputConfig if it was set in the request.

Property Value
TypeDescription
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
TypeDescription
int

StartTime

public Timestamp StartTime { get; set; }

Time when the request was received.

Property Value
TypeDescription
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
TypeDescription
string