Package | Description |
---|---|
com.google.cloud.texttospeech.v1beta1 |
A client to Cloud Text-to-Speech API
|
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,
ExtensionRegistryLite extensionRegistry) |
static Timepoint |
Timepoint.parseFrom(byte[] data) |
static Timepoint |
Timepoint.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Timepoint |
Timepoint.parseFrom(ByteBuffer data) |
static Timepoint |
Timepoint.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Timepoint |
Timepoint.parseFrom(ByteString data) |
static Timepoint |
Timepoint.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Timepoint |
Timepoint.parseFrom(CodedInputStream input) |
static Timepoint |
Timepoint.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Timepoint |
Timepoint.parseFrom(InputStream input) |
static Timepoint |
Timepoint.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
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 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 © 2022 Google LLC. All rights reserved.