Interface TimepointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Timepoint
,Timepoint.Builder
public interface TimepointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMarkName()
Timepoint name as received from the client within `<mark>` tag.com.google.protobuf.ByteString
getMarkNameBytes()
Timepoint name as received from the client within `<mark>` tag.double
getTimeSeconds()
Time offset in seconds from the start of the synthesized audio.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMarkName
String getMarkName()
Timepoint name as received from the client within `<mark>` tag.
string mark_name = 4;
- Returns:
- The markName.
-
getMarkNameBytes
com.google.protobuf.ByteString getMarkNameBytes()
Timepoint name as received from the client within `<mark>` tag.
string mark_name = 4;
- Returns:
- The bytes for markName.
-
getTimeSeconds
double getTimeSeconds()
Time offset in seconds from the start of the synthesized audio.
double time_seconds = 3;
- Returns:
- The timeSeconds.
-
-