Class Timepoint
This contains a mapping between a certain point in the input text and a corresponding time in the output audio.
Implements
Inherited Members
Namespace: Google.Apis.Texttospeech.v1beta1.Data
Assembly: Google.Apis.Texttospeech.v1beta1.dll
Syntax
public class Timepoint : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MarkName
Timepoint name as received from the client within `` tag.
Declaration
[JsonProperty("markName")]
public virtual string MarkName { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeSeconds
Time offset in seconds from the start of the synthesized audio.
Declaration
[JsonProperty("timeSeconds")]
public virtual double? TimeSeconds { get; set; }
Property Value
Type | Description |
---|---|
double? |