Google Cloud Text-to-Speech v1beta1 API - Class Timepoint (2.0.0-beta06)

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

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

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 <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