Class TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeStub>
-
- com.google.cloud.texttospeech.v1beta1.TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeStub
-
- Enclosing class:
- TextToSpeechLongAudioSynthesizeGrpc
public static final class TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeStub extends io.grpc.stub.AbstractAsyncStub<TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeStub>
A stub to allow clients to do asynchronous 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.TextToSpeechLongAudioSynthesizeStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
synthesizeLongAudio(SynthesizeLongAudioRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Synthesizes long form text asynchronously.
-
-
-
Method Detail
-
build
protected TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeStub>
-
synthesizeLongAudio
public void synthesizeLongAudio(SynthesizeLongAudioRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Synthesizes long form text asynchronously.
-
-