Interface TextToSpeechGrpc.AsyncService
-
- All Known Implementing Classes:
TextToSpeechGrpc.TextToSpeechImplBase
- Enclosing class:
- TextToSpeechGrpc
public static interface TextToSpeechGrpc.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
listVoices(ListVoicesRequest request, io.grpc.stub.StreamObserver<ListVoicesResponse> responseObserver)
Returns a list of Voice supported for synthesis.default void
synthesizeSpeech(SynthesizeSpeechRequest request, io.grpc.stub.StreamObserver<SynthesizeSpeechResponse> responseObserver)
Synthesizes speech synchronously: receive results after all text input has been processed.
-
-
-
Method Detail
-
listVoices
default void listVoices(ListVoicesRequest request, io.grpc.stub.StreamObserver<ListVoicesResponse> responseObserver)
Returns a list of Voice supported for synthesis.
-
synthesizeSpeech
default void synthesizeSpeech(SynthesizeSpeechRequest request, io.grpc.stub.StreamObserver<SynthesizeSpeechResponse> responseObserver)
Synthesizes speech synchronously: receive results after all text input has been processed.
-
-