Uses of Class
com.google.cloud.texttospeech.v1beta1.Timepoint
-
Packages that use Timepoint Package Description com.google.cloud.texttospeech.v1beta1 A client to Cloud Text-to-Speech API -
-
Uses of Timepoint in com.google.cloud.texttospeech.v1beta1
Methods in com.google.cloud.texttospeech.v1beta1 that return Timepoint Modifier and Type Method Description TimepointTimepoint.Builder. build()TimepointTimepoint.Builder. buildPartial()static TimepointTimepoint. getDefaultInstance()TimepointTimepoint.Builder. getDefaultInstanceForType()TimepointTimepoint. getDefaultInstanceForType()TimepointSynthesizeSpeechResponse.Builder. getTimepoints(int index)A link between a position in the original request input and a corresponding time in the output audio.TimepointSynthesizeSpeechResponse. getTimepoints(int index)A link between a position in the original request input and a corresponding time in the output audio.TimepointSynthesizeSpeechResponseOrBuilder. getTimepoints(int index)A link between a position in the original request input and a corresponding time in the output audio.static TimepointTimepoint. parseDelimitedFrom(InputStream input)static TimepointTimepoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimepointTimepoint. parseFrom(byte[] data)static TimepointTimepoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimepointTimepoint. parseFrom(com.google.protobuf.ByteString data)static TimepointTimepoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimepointTimepoint. parseFrom(com.google.protobuf.CodedInputStream input)static TimepointTimepoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimepointTimepoint. parseFrom(InputStream input)static TimepointTimepoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TimepointTimepoint. parseFrom(ByteBuffer data)static TimepointTimepoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.texttospeech.v1beta1 that return types with arguments of type Timepoint Modifier and Type Method Description com.google.protobuf.Parser<Timepoint>Timepoint. getParserForType()List<Timepoint>SynthesizeSpeechResponse.Builder. getTimepointsList()A link between a position in the original request input and a corresponding time in the output audio.List<Timepoint>SynthesizeSpeechResponse. getTimepointsList()A link between a position in the original request input and a corresponding time in the output audio.List<Timepoint>SynthesizeSpeechResponseOrBuilder. getTimepointsList()A link between a position in the original request input and a corresponding time in the output audio.static com.google.protobuf.Parser<Timepoint>Timepoint. parser()Methods in com.google.cloud.texttospeech.v1beta1 with parameters of type Timepoint Modifier and Type Method Description SynthesizeSpeechResponse.BuilderSynthesizeSpeechResponse.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.BuilderSynthesizeSpeechResponse.Builder. addTimepoints(Timepoint value)A link between a position in the original request input and a corresponding time in the output audio.Timepoint.BuilderTimepoint.Builder. mergeFrom(Timepoint other)static Timepoint.BuilderTimepoint. newBuilder(Timepoint prototype)SynthesizeSpeechResponse.BuilderSynthesizeSpeechResponse.Builder. setTimepoints(int index, Timepoint value)A link between a position in the original request input and a corresponding time in the output audio.Method parameters in com.google.cloud.texttospeech.v1beta1 with type arguments of type Timepoint Modifier and Type Method Description SynthesizeSpeechResponse.BuilderSynthesizeSpeechResponse.Builder. addAllTimepoints(Iterable<? extends Timepoint> values)A link between a position in the original request input and a corresponding time in the output audio.
-