Google Cloud Text-to-Speech v1 API - Class SynthesizeLongAudioMetadata (3.5.0)

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

Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class SynthesizeLongAudioMetadata.

Metadata for response returned by the SynthesizeLongAudio method.

Inheritance

object > SynthesizeLongAudioMetadata

Namespace

Google.Cloud.TextToSpeech.V1

Assembly

Google.Cloud.TextToSpeech.V1.dll

Constructors

SynthesizeLongAudioMetadata()

public SynthesizeLongAudioMetadata()

SynthesizeLongAudioMetadata(SynthesizeLongAudioMetadata)

public SynthesizeLongAudioMetadata(SynthesizeLongAudioMetadata other)
Parameter
NameDescription
otherSynthesizeLongAudioMetadata

Properties

LastUpdateTime

[Obsolete]
public Timestamp LastUpdateTime { get; set; }

Deprecated. Do not use.

Property Value
TypeDescription
Timestamp

ProgressPercentage

public double ProgressPercentage { get; set; }

The progress of the most recent processing update in percentage, ie. 70.0%.

Property Value
TypeDescription
double

StartTime

public Timestamp StartTime { get; set; }

Time when the request was received.

Property Value
TypeDescription
Timestamp