public sealed class Timepoint : IMessage<Timepoint>, IEquatable<Timepoint>, IDeepCloneable<Timepoint>, IBufferMessage, IMessageReference 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.
Implements
IMessageTimepoint, IEquatableTimepoint, IDeepCloneableTimepoint, 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 |
|