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.
Implements
IMessageSynthesizeLongAudioMetadata, IEquatableSynthesizeLongAudioMetadata, IDeepCloneableSynthesizeLongAudioMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.TextToSpeech.V1Assembly
Google.Cloud.TextToSpeech.V1.dll
Constructors
SynthesizeLongAudioMetadata()
public SynthesizeLongAudioMetadata()
SynthesizeLongAudioMetadata(SynthesizeLongAudioMetadata)
public SynthesizeLongAudioMetadata(SynthesizeLongAudioMetadata other)
Parameter | |
---|---|
Name | Description |
other | SynthesizeLongAudioMetadata |
Properties
LastUpdateTime
[Obsolete]
public Timestamp LastUpdateTime { get; set; }
Deprecated. Do not use.
Property Value | |
---|---|
Type | Description |
Timestamp |
ProgressPercentage
public double ProgressPercentage { get; set; }
The progress of the most recent processing update in percentage, ie. 70.0%.
Property Value | |
---|---|
Type | Description |
double |
StartTime
public Timestamp StartTime { get; set; }
Time when the request was received.
Property Value | |
---|---|
Type | Description |
Timestamp |