Interface TimepointOrBuilder (2.44.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
Type Description
String

The markName.

getMarkNameBytes()

public abstract ByteString getMarkNameBytes()

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

string mark_name = 4;

Returns
Type Description
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
Type Description
double

The timeSeconds.