public interface TimepointOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMarkName()
Timepoint name as received from the client within `<mark>` tag.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getMarkName()
Timepoint name as received from the client within `<mark>` tag.
string mark_name = 4;
ByteString getMarkNameBytes()
Timepoint name as received from the client within `<mark>` tag.
string mark_name = 4;
double getTimeSeconds()
Time offset in seconds from the start of the synthesized audio.
double time_seconds = 3;
Copyright © 2022 Google LLC. All rights reserved.