Interface TimepointOrBuilder (2.19.0)

public interface TimepointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMarkName()

public abstract String getMarkName()

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

string mark_name = 4;

Returns
TypeDescription
String

The markName.

getMarkNameBytes()

public abstract ByteString getMarkNameBytes()

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

string mark_name = 4;

Returns
TypeDescription
ByteString

The bytes for markName.

getTimeSeconds()

public abstract double getTimeSeconds()

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

double time_seconds = 3;

Returns
TypeDescription
double

The timeSeconds.