Interface TextToSpeechLongAudioSynthesizeGrpc.AsyncService
-
- All Known Implementing Classes:
TextToSpeechLongAudioSynthesizeGrpc.TextToSpeechLongAudioSynthesizeImplBase
- Enclosing class:
- TextToSpeechLongAudioSynthesizeGrpc
public static interface TextToSpeechLongAudioSynthesizeGrpc.AsyncService
Service that implements Google Cloud Text-to-Speech API.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
synthesizeLongAudio(SynthesizeLongAudioRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Synthesizes long form text asynchronously.
-
-
-
Method Detail
-
synthesizeLongAudio
default void synthesizeLongAudio(SynthesizeLongAudioRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Synthesizes long form text asynchronously.
-
-