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 StringgetMarkName()Timepoint name as received from the client within `<mark>` tag.com.google.protobuf.ByteStringgetMarkNameBytes()Timepoint name as received from the client within `<mark>` tag.doublegetTimeSeconds()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.
-
-