Class Timepoint (2.12.2)

Timepoint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
mark_name str
Timepoint name as received from the client within ```` tag.
time_seconds float
Time offset in seconds from the start of the synthesized audio.

Inheritance

builtins.object > proto.message.Message > Timepoint