Class TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeFutureStub>
-
- com.google.cloud.texttospeech.v1beta1.TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeFutureStub
-
- Enclosing class:
- TextToSpeechLongAudioSynthesizeGrpc
public static final class TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeFutureStub extends io.grpc.stub.AbstractFutureStub<TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service TextToSpeechLongAudioSynthesize.Service that implements Google Cloud Text-to-Speech API.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
synthesizeLongAudio(SynthesizeLongAudioRequest request)
Synthesizes long form text asynchronously.
-
-
-
Method Detail
-
build
protected TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeFutureStub>
-
synthesizeLongAudio
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> synthesizeLongAudio(SynthesizeLongAudioRequest request)
Synthesizes long form text asynchronously.
-
-