Package | Description |
---|---|
com.google.cloud.texttospeech.v1beta1 |
A client to Cloud Text-to-Speech API
|
Modifier and Type | Class and Description |
---|---|
class |
Timepoint
This contains a mapping between a certain point in the input text and a
corresponding time in the output audio.
|
static class |
Timepoint.Builder
This contains a mapping between a certain point in the input text and a
corresponding time in the output audio.
|
Modifier and Type | Method and Description |
---|---|
TimepointOrBuilder |
SynthesizeSpeechResponse.getTimepointsOrBuilder(int index)
A link between a position in the original request input and a corresponding
time in the output audio.
|
TimepointOrBuilder |
SynthesizeSpeechResponse.Builder.getTimepointsOrBuilder(int index)
A link between a position in the original request input and a corresponding
time in the output audio.
|
TimepointOrBuilder |
SynthesizeSpeechResponseOrBuilder.getTimepointsOrBuilder(int index)
A link between a position in the original request input and a corresponding
time in the output audio.
|
Modifier and Type | Method and Description |
---|---|
List<? extends TimepointOrBuilder> |
SynthesizeSpeechResponse.getTimepointsOrBuilderList()
A link between a position in the original request input and a corresponding
time in the output audio.
|
List<? extends TimepointOrBuilder> |
SynthesizeSpeechResponse.Builder.getTimepointsOrBuilderList()
A link between a position in the original request input and a corresponding
time in the output audio.
|
List<? extends TimepointOrBuilder> |
SynthesizeSpeechResponseOrBuilder.getTimepointsOrBuilderList()
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.