| Modifier and Type | Method and Description |
|---|---|
Timepoint |
Timepoint.Builder.build() |
Timepoint |
Timepoint.Builder.buildPartial() |
static Timepoint |
Timepoint.getDefaultInstance() |
Timepoint |
Timepoint.getDefaultInstanceForType() |
Timepoint |
Timepoint.Builder.getDefaultInstanceForType() |
Timepoint |
SynthesizeSpeechResponse.getTimepoints(int index)
A link between a position in the original request input and a corresponding
time in the output audio.
|
Timepoint |
SynthesizeSpeechResponse.Builder.getTimepoints(int index)
A link between a position in the original request input and a corresponding
time in the output audio.
|
Timepoint |
SynthesizeSpeechResponseOrBuilder.getTimepoints(int index)
A link between a position in the original request input and a corresponding
time in the output audio.
|
static Timepoint |
Timepoint.parseDelimitedFrom(InputStream input) |
static Timepoint |
Timepoint.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Timepoint |
Timepoint.parseFrom(byte[] data) |
static Timepoint |
Timepoint.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Timepoint |
Timepoint.parseFrom(ByteBuffer data) |
static Timepoint |
Timepoint.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Timepoint |
Timepoint.parseFrom(com.google.protobuf.ByteString data) |
static Timepoint |
Timepoint.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Timepoint |
Timepoint.parseFrom(com.google.protobuf.CodedInputStream input) |
static Timepoint |
Timepoint.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Timepoint |
Timepoint.parseFrom(InputStream input) |
static Timepoint |
Timepoint.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Timepoint> |
Timepoint.getParserForType() |
List<Timepoint> |
SynthesizeSpeechResponse.getTimepointsList()
A link between a position in the original request input and a corresponding
time in the output audio.
|
List<Timepoint> |
SynthesizeSpeechResponse.Builder.getTimepointsList()
A link between a position in the original request input and a corresponding
time in the output audio.
|
List<Timepoint> |
SynthesizeSpeechResponseOrBuilder.getTimepointsList()
A link between a position in the original request input and a corresponding
time in the output audio.
|
static com.google.protobuf.Parser<Timepoint> |
Timepoint.parser() |
| Modifier and Type | Method and Description |
|---|---|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.addTimepoints(int index,
Timepoint value)
A link between a position in the original request input and a corresponding
time in the output audio.
|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.addTimepoints(Timepoint value)
A link between a position in the original request input and a corresponding
time in the output audio.
|
Timepoint.Builder |
Timepoint.Builder.mergeFrom(Timepoint other) |
static Timepoint.Builder |
Timepoint.newBuilder(Timepoint prototype) |
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.setTimepoints(int index,
Timepoint value)
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.addAllTimepoints(Iterable<? extends Timepoint> values)
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.