Package | Description |
---|---|
com.google.cloud.texttospeech.v1beta1 |
A client to Cloud Text-to-Speech API
|
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.
|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
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(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.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 value)
A link between a position in the original request input and a corresponding
time in the output audio.
|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.clear() |
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.clearAudioConfig()
The audio metadata of `audio_content`.
|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.clearAudioContent()
The audio data bytes encoded as specified in the request, including the
header for encodings that are wrapped in containers (e.g.
|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.clearField(Descriptors.FieldDescriptor field) |
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.clearTimepoints()
A link between a position in the original request input and a corresponding
time in the output audio.
|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.clone() |
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.mergeAudioConfig(AudioConfig value)
The audio metadata of `audio_content`.
|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.mergeFrom(Message other) |
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.mergeFrom(SynthesizeSpeechResponse other) |
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.newBuilder() |
static SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.newBuilder(SynthesizeSpeechResponse prototype) |
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.newBuilderForType() |
protected SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.removeTimepoints(int index)
A link between a position in the original request input and a corresponding
time in the output audio.
|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.setAudioConfig(AudioConfig.Builder builderForValue)
The audio metadata of `audio_content`.
|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.setAudioConfig(AudioConfig value)
The audio metadata of `audio_content`.
|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.setAudioContent(ByteString value)
The audio data bytes encoded as specified in the request, including the
header for encodings that are wrapped in containers (e.g.
|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
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.
|
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.
|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.toBuilder() |
Copyright © 2022 Google LLC. All rights reserved.