Table of Contents

Class TextToSpeechSynthesisTimePoint

This contains a mapping between a certain point in the input text and a corresponding time in the output audio.

public class TextToSpeechSynthesisTimePoint
Inheritance
object
TextToSpeechSynthesisTimePoint

Fields

MarkName

Timepoint name as received from the client within <mark> tag.

public string MarkName

Field Value

string

TimeSeconds

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

public float TimeSeconds

Field Value

float