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 classTimepointThis contains a mapping between a certain point in the input text and a corresponding time in the output audio.static classTimepoint.BuilderThis 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 TimepointOrBuilderSynthesizeSpeechResponse.Builder. getTimepointsOrBuilder(int index)A link between a position in the original request input and a corresponding time in the output audio.TimepointOrBuilderSynthesizeSpeechResponse. getTimepointsOrBuilder(int index)A link between a position in the original request input and a corresponding time in the output audio.TimepointOrBuilderSynthesizeSpeechResponseOrBuilder. 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.
-