public sealed class Timepoint : IMessage<Timepoint>, IEquatable<Timepoint>, IDeepCloneable<Timepoint>, IBufferMessage, IMessage
This contains a mapping between a certain point in the input text and a corresponding time in the output audio.
Implements
IMessage<Timepoint>, IEquatable<Timepoint>, IDeepCloneable<Timepoint>, IBufferMessage, IMessageNamespace
Google.Cloud.TextToSpeech.V1Beta1Assembly
Google.Cloud.TextToSpeech.V1Beta1.dll
Constructors
Timepoint()
public Timepoint()
Timepoint(Timepoint)
public Timepoint(Timepoint other)
Parameter | |
---|---|
Name | Description |
other | Timepoint |
Properties
MarkName
public string MarkName { get; set; }
Timepoint name as received from the client within <mark>
tag.
Property Value | |
---|---|
Type | Description |
String |
TimeSeconds
public double TimeSeconds { get; set; }
Time offset in seconds from the start of the synthesized audio.
Property Value | |
---|---|
Type | Description |
Double |