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 SynthesizeLongAudioRequestSynthesizeLongAudioRequest.Builder. build()SynthesizeLongAudioRequestSynthesizeLongAudioRequest.Builder. buildPartial()static SynthesizeLongAudioRequestSynthesizeLongAudioRequest. getDefaultInstance()SynthesizeLongAudioRequestSynthesizeLongAudioRequest.Builder. getDefaultInstanceForType()SynthesizeLongAudioRequestSynthesizeLongAudioRequest. getDefaultInstanceForType()static SynthesizeLongAudioRequestSynthesizeLongAudioRequest. parseDelimitedFrom(InputStream input)static SynthesizeLongAudioRequestSynthesizeLongAudioRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeLongAudioRequestSynthesizeLongAudioRequest. parseFrom(byte[] data)static SynthesizeLongAudioRequestSynthesizeLongAudioRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeLongAudioRequestSynthesizeLongAudioRequest. parseFrom(com.google.protobuf.ByteString data)static SynthesizeLongAudioRequestSynthesizeLongAudioRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeLongAudioRequestSynthesizeLongAudioRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SynthesizeLongAudioRequestSynthesizeLongAudioRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeLongAudioRequestSynthesizeLongAudioRequest. parseFrom(InputStream input)static SynthesizeLongAudioRequestSynthesizeLongAudioRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SynthesizeLongAudioRequestSynthesizeLongAudioRequest. parseFrom(ByteBuffer data)static SynthesizeLongAudioRequestSynthesizeLongAudioRequest. 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.BuilderSynthesizeLongAudioRequest.Builder. mergeFrom(SynthesizeLongAudioRequest other)static SynthesizeLongAudioRequest.BuilderSynthesizeLongAudioRequest. newBuilder(SynthesizeLongAudioRequest prototype)default voidTextToSpeechLongAudioSynthesizeGrpc.AsyncService. synthesizeLongAudio(SynthesizeLongAudioRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Synthesizes long form text asynchronously.com.google.longrunning.OperationTextToSpeechLongAudioSynthesizeGrpc.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.voidTextToSpeechLongAudioSynthesizeGrpc.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.
-