Package | Description |
---|---|
com.google.cloud.texttospeech.v1beta1 |
A client to Cloud Text-to-Speech API
|
Modifier and Type | Method and Description |
---|---|
Timepoint.Builder |
Timepoint.Builder.addRepeatedField(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(Descriptors.FieldDescriptor field) |
Timepoint.Builder |
Timepoint.Builder.clearMarkName()
Timepoint name as received from the client within `<mark>` tag.
|
Timepoint.Builder |
Timepoint.Builder.clearOneof(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(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Timepoint.Builder |
Timepoint.Builder.mergeFrom(Message other) |
Timepoint.Builder |
Timepoint.Builder.mergeFrom(Timepoint other) |
Timepoint.Builder |
Timepoint.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Timepoint.Builder |
Timepoint.newBuilder() |
static Timepoint.Builder |
Timepoint.newBuilder(Timepoint prototype) |
Timepoint.Builder |
Timepoint.newBuilderForType() |
protected Timepoint.Builder |
Timepoint.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
Timepoint.Builder |
Timepoint.Builder.setField(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(ByteString value)
Timepoint name as received from the client within `<mark>` tag.
|
Timepoint.Builder |
Timepoint.Builder.setRepeatedField(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(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 © 2022 Google LLC. All rights reserved.