Uses of Class
com.google.cloud.texttospeech.v1.SynthesizeLongAudioRequest
-
Packages that use SynthesizeLongAudioRequest Package Description com.google.cloud.texttospeech.v1 A client to Cloud Text-to-Speech APIcom.google.cloud.texttospeech.v1.stub -
-
Uses of SynthesizeLongAudioRequest in com.google.cloud.texttospeech.v1
Methods in com.google.cloud.texttospeech.v1 that return SynthesizeLongAudioRequest Modifier and Type Method Description SynthesizeLongAudioRequest
SynthesizeLongAudioRequest.Builder. build()
SynthesizeLongAudioRequest
SynthesizeLongAudioRequest.Builder. buildPartial()
static SynthesizeLongAudioRequest
SynthesizeLongAudioRequest. getDefaultInstance()
SynthesizeLongAudioRequest
SynthesizeLongAudioRequest.Builder. getDefaultInstanceForType()
SynthesizeLongAudioRequest
SynthesizeLongAudioRequest. getDefaultInstanceForType()
static SynthesizeLongAudioRequest
SynthesizeLongAudioRequest. parseDelimitedFrom(InputStream input)
static SynthesizeLongAudioRequest
SynthesizeLongAudioRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeLongAudioRequest
SynthesizeLongAudioRequest. parseFrom(byte[] data)
static SynthesizeLongAudioRequest
SynthesizeLongAudioRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeLongAudioRequest
SynthesizeLongAudioRequest. parseFrom(com.google.protobuf.ByteString data)
static SynthesizeLongAudioRequest
SynthesizeLongAudioRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeLongAudioRequest
SynthesizeLongAudioRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SynthesizeLongAudioRequest
SynthesizeLongAudioRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeLongAudioRequest
SynthesizeLongAudioRequest. parseFrom(InputStream input)
static SynthesizeLongAudioRequest
SynthesizeLongAudioRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynthesizeLongAudioRequest
SynthesizeLongAudioRequest. parseFrom(ByteBuffer data)
static SynthesizeLongAudioRequest
SynthesizeLongAudioRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.texttospeech.v1 that return types with arguments of type SynthesizeLongAudioRequest Modifier and Type Method Description com.google.protobuf.Parser<SynthesizeLongAudioRequest>
SynthesizeLongAudioRequest. getParserForType()
static io.grpc.MethodDescriptor<SynthesizeLongAudioRequest,com.google.longrunning.Operation>
TextToSpeechLongAudioSynthesizeGrpc. getSynthesizeLongAudioMethod()
static com.google.protobuf.Parser<SynthesizeLongAudioRequest>
SynthesizeLongAudioRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SynthesizeLongAudioRequest,com.google.longrunning.Operation>
TextToSpeechLongAudioSynthesizeClient. synthesizeLongAudioCallable()
Synthesizes long form text asynchronously.com.google.api.gax.rpc.OperationCallable<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
TextToSpeechLongAudioSynthesizeClient. synthesizeLongAudioOperationCallable()
Synthesizes long form text asynchronously.com.google.api.gax.rpc.OperationCallSettings.Builder<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
TextToSpeechLongAudioSynthesizeSettings.Builder. synthesizeLongAudioOperationSettings()
Returns the builder for the settings used for calls to synthesizeLongAudio.com.google.api.gax.rpc.OperationCallSettings<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
TextToSpeechLongAudioSynthesizeSettings. synthesizeLongAudioOperationSettings()
Returns the object with the settings used for calls to synthesizeLongAudio.com.google.api.gax.rpc.UnaryCallSettings.Builder<SynthesizeLongAudioRequest,com.google.longrunning.Operation>
TextToSpeechLongAudioSynthesizeSettings.Builder. synthesizeLongAudioSettings()
Returns the builder for the settings used for calls to synthesizeLongAudio.com.google.api.gax.rpc.UnaryCallSettings<SynthesizeLongAudioRequest,com.google.longrunning.Operation>
TextToSpeechLongAudioSynthesizeSettings. synthesizeLongAudioSettings()
Returns the object with the settings used for calls to synthesizeLongAudio.Methods in com.google.cloud.texttospeech.v1 with parameters of type SynthesizeLongAudioRequest Modifier and Type Method Description SynthesizeLongAudioRequest.Builder
SynthesizeLongAudioRequest.Builder. mergeFrom(SynthesizeLongAudioRequest other)
static SynthesizeLongAudioRequest.Builder
SynthesizeLongAudioRequest. newBuilder(SynthesizeLongAudioRequest prototype)
default void
TextToSpeechLongAudioSynthesizeGrpc.AsyncService. synthesizeLongAudio(SynthesizeLongAudioRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Synthesizes long form text asynchronously.com.google.longrunning.Operation
TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeBlockingStub. synthesizeLongAudio(SynthesizeLongAudioRequest request)
Synthesizes long form text asynchronously.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeFutureStub. synthesizeLongAudio(SynthesizeLongAudioRequest request)
Synthesizes long form text asynchronously.void
TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeStub. synthesizeLongAudio(SynthesizeLongAudioRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Synthesizes long form text asynchronously.com.google.api.gax.longrunning.OperationFuture<SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
TextToSpeechLongAudioSynthesizeClient. synthesizeLongAudioAsync(SynthesizeLongAudioRequest request)
Synthesizes long form text asynchronously. -
Uses of SynthesizeLongAudioRequest in com.google.cloud.texttospeech.v1.stub
Methods in com.google.cloud.texttospeech.v1.stub that return types with arguments of type SynthesizeLongAudioRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SynthesizeLongAudioRequest,com.google.longrunning.Operation>
GrpcTextToSpeechLongAudioSynthesizeStub. synthesizeLongAudioCallable()
com.google.api.gax.rpc.UnaryCallable<SynthesizeLongAudioRequest,com.google.longrunning.Operation>
HttpJsonTextToSpeechLongAudioSynthesizeStub. synthesizeLongAudioCallable()
com.google.api.gax.rpc.UnaryCallable<SynthesizeLongAudioRequest,com.google.longrunning.Operation>
TextToSpeechLongAudioSynthesizeStub. synthesizeLongAudioCallable()
com.google.api.gax.rpc.OperationCallable<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
GrpcTextToSpeechLongAudioSynthesizeStub. synthesizeLongAudioOperationCallable()
com.google.api.gax.rpc.OperationCallable<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
HttpJsonTextToSpeechLongAudioSynthesizeStub. synthesizeLongAudioOperationCallable()
com.google.api.gax.rpc.OperationCallable<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
TextToSpeechLongAudioSynthesizeStub. synthesizeLongAudioOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
TextToSpeechLongAudioSynthesizeStubSettings.Builder. synthesizeLongAudioOperationSettings()
Returns the builder for the settings used for calls to synthesizeLongAudio.com.google.api.gax.rpc.OperationCallSettings<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
TextToSpeechLongAudioSynthesizeStubSettings. synthesizeLongAudioOperationSettings()
Returns the object with the settings used for calls to synthesizeLongAudio.com.google.api.gax.rpc.UnaryCallSettings.Builder<SynthesizeLongAudioRequest,com.google.longrunning.Operation>
TextToSpeechLongAudioSynthesizeStubSettings.Builder. synthesizeLongAudioSettings()
Returns the builder for the settings used for calls to synthesizeLongAudio.com.google.api.gax.rpc.UnaryCallSettings<SynthesizeLongAudioRequest,com.google.longrunning.Operation>
TextToSpeechLongAudioSynthesizeStubSettings. synthesizeLongAudioSettings()
Returns the object with the settings used for calls to synthesizeLongAudio.
-