| Modifier and Type | Method and Description |
|---|---|
Timepoint.Builder |
Timepoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Timepoint.Builder |
SynthesizeSpeechResponse.Builder.addTimepointsBuilder()
A link between a position in the original request input and a corresponding
time in the output audio.
|
Timepoint.Builder |
SynthesizeSpeechResponse.Builder.addTimepointsBuilder(int index)
A link between a position in the original request input and a corresponding
time in the output audio.
|
Timepoint.Builder |
Timepoint.Builder.clear() |
Timepoint.Builder |
Timepoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Timepoint.Builder |
Timepoint.Builder.clearMarkName()
Timepoint name as received from the client within `<mark>` tag.
|
Timepoint.Builder |
Timepoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Timepoint.Builder |
Timepoint.Builder.clearTimeSeconds()
Time offset in seconds from the start of the synthesized audio.
|
Timepoint.Builder |
Timepoint.Builder.clone() |
Timepoint.Builder |
SynthesizeSpeechResponse.Builder.getTimepointsBuilder(int index)
A link between a position in the original request input and a corresponding
time in the output audio.
|
Timepoint.Builder |
Timepoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Timepoint.Builder |
Timepoint.Builder.mergeFrom(com.google.protobuf.Message other) |
Timepoint.Builder |
Timepoint.Builder.mergeFrom(Timepoint other) |
Timepoint.Builder |
Timepoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Timepoint.Builder |
Timepoint.newBuilder() |
static Timepoint.Builder |
Timepoint.newBuilder(Timepoint prototype) |
Timepoint.Builder |
Timepoint.newBuilderForType() |
protected Timepoint.Builder |
Timepoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Timepoint.Builder |
Timepoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Timepoint.Builder |
Timepoint.Builder.setMarkName(String value)
Timepoint name as received from the client within `<mark>` tag.
|
Timepoint.Builder |
Timepoint.Builder.setMarkNameBytes(com.google.protobuf.ByteString value)
Timepoint name as received from the client within `<mark>` tag.
|
Timepoint.Builder |
Timepoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Timepoint.Builder |
Timepoint.Builder.setTimeSeconds(double value)
Time offset in seconds from the start of the synthesized audio.
|
Timepoint.Builder |
Timepoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Timepoint.Builder |
Timepoint.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Timepoint.Builder> |
SynthesizeSpeechResponse.Builder.getTimepointsBuilderList()
A link between a position in the original request input and a corresponding
time in the output audio.
|
| Modifier and Type | Method and Description |
|---|---|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.addTimepoints(int index,
Timepoint.Builder builderForValue)
A link between a position in the original request input and a corresponding
time in the output audio.
|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.addTimepoints(Timepoint.Builder builderForValue)
A link between a position in the original request input and a corresponding
time in the output audio.
|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.setTimepoints(int index,
Timepoint.Builder builderForValue)
A link between a position in the original request input and a corresponding
time in the output audio.
|
Copyright © 2025 Google LLC. All rights reserved.