public static final class TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeFutureStub extends 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.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeFutureStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeFutureStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
synthesizeLongAudio(SynthesizeLongAudioRequest request)
public ListenableFuture<Operation> synthesizeLongAudio(SynthesizeLongAudioRequest request)Synthesizes long form text asynchronously.
| Parameter | |
|---|---|
| Name | Description |
request |
SynthesizeLongAudioRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
|