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 Timepoint
Timepoint.Builder. build()
Timepoint
Timepoint.Builder. buildPartial()
static Timepoint
Timepoint. getDefaultInstance()
Timepoint
Timepoint.Builder. getDefaultInstanceForType()
Timepoint
Timepoint. getDefaultInstanceForType()
Timepoint
SynthesizeSpeechResponse.Builder. getTimepoints(int index)
A link between a position in the original request input and a corresponding time in the output audio.Timepoint
SynthesizeSpeechResponse. getTimepoints(int index)
A link between a position in the original request input and a corresponding time in the output audio.Timepoint
SynthesizeSpeechResponseOrBuilder. getTimepoints(int index)
A link between a position in the original request input and a corresponding time in the output audio.static Timepoint
Timepoint. parseDelimitedFrom(InputStream input)
static Timepoint
Timepoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Timepoint
Timepoint. parseFrom(byte[] data)
static Timepoint
Timepoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Timepoint
Timepoint. parseFrom(com.google.protobuf.ByteString data)
static Timepoint
Timepoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Timepoint
Timepoint. parseFrom(com.google.protobuf.CodedInputStream input)
static Timepoint
Timepoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Timepoint
Timepoint. parseFrom(InputStream input)
static Timepoint
Timepoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Timepoint
Timepoint. parseFrom(ByteBuffer data)
static Timepoint
Timepoint. 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.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 value)
A link between a position in the original request input and a corresponding time in the output audio.Timepoint.Builder
Timepoint.Builder. mergeFrom(Timepoint other)
static Timepoint.Builder
Timepoint. newBuilder(Timepoint prototype)
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.Method parameters in com.google.cloud.texttospeech.v1beta1 with type arguments of type Timepoint Modifier and Type Method 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.
-