public interface TimepointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMarkName()
Timepoint name as received from the client within `<mark>` tag.
string mark_name = 4;com.google.protobuf.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 © 2025 Google LLC. All rights reserved.