Class Timepoint (1.0.0-beta04)

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.

Inheritance

Object > Timepoint

Namespace

Google.Cloud.TextToSpeech.V1Beta1

Assembly

Google.Cloud.TextToSpeech.V1Beta1.dll

Constructors

Timepoint()

public Timepoint()

Timepoint(Timepoint)

public Timepoint(Timepoint other)
Parameter
NameDescription
otherTimepoint

Properties

MarkName

public string MarkName { get; set; }

Timepoint name as received from the client within &lt;mark> tag.

Property Value
TypeDescription
String

TimeSeconds

public double TimeSeconds { get; set; }

Time offset in seconds from the start of the synthesized audio.

Property Value
TypeDescription
Double