Uses of Interface
com.google.cloud.texttospeech.v1beta1.TimepointOrBuilder
-
Packages that use TimepointOrBuilder Package Description com.google.cloud.texttospeech.v1beta1 A client to Cloud Text-to-Speech API -
-
Uses of TimepointOrBuilder in com.google.cloud.texttospeech.v1beta1
Classes in com.google.cloud.texttospeech.v1beta1 that implement TimepointOrBuilder Modifier and Type Class 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.Methods in com.google.cloud.texttospeech.v1beta1 that return TimepointOrBuilder Modifier and Type Method Description 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
SynthesizeSpeechResponse. 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.Methods in com.google.cloud.texttospeech.v1beta1 that return types with arguments of type TimepointOrBuilder Modifier and Type Method Description 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>
SynthesizeSpeechResponse. 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.
-