public sealed class SynthesizeLongAudioMetadata : IMessage<SynthesizeLongAudioMetadata>, IEquatable<SynthesizeLongAudioMetadata>, IDeepCloneable<SynthesizeLongAudioMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class SynthesizeLongAudioMetadata.
Metadata for response returned by the SynthesizeLongAudio method.
Implements
IMessageSynthesizeLongAudioMetadata, IEquatableSynthesizeLongAudioMetadata, IDeepCloneableSynthesizeLongAudioMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.TextToSpeech.V1Beta1Assembly
Google.Cloud.TextToSpeech.V1Beta1.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 |
|