Interface TextToSpeechGrpc.AsyncService

    • 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.