Show / Hide Table of Contents

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX