Class TextToSpeechGrpc.TextToSpeechStub (2.42.0)

public static final class TextToSpeechGrpc.TextToSpeechStub extends AbstractAsyncStub<TextToSpeechGrpc.TextToSpeechStub>

A stub to allow clients to do asynchronous rpc calls to service TextToSpeech.

Service that implements Google Cloud Text-to-Speech API.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > TextToSpeechGrpc.TextToSpeechStub

Methods

build(Channel channel, CallOptions callOptions)

protected TextToSpeechGrpc.TextToSpeechStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
TextToSpeechGrpc.TextToSpeechStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

listVoices(ListVoicesRequest request, StreamObserver<ListVoicesResponse> responseObserver)

public void listVoices(ListVoicesRequest request, StreamObserver<ListVoicesResponse> responseObserver)

Returns a list of Voice supported for synthesis.

Parameters
NameDescription
requestListVoicesRequest
responseObserverio.grpc.stub.StreamObserver<ListVoicesResponse>

synthesizeSpeech(SynthesizeSpeechRequest request, StreamObserver<SynthesizeSpeechResponse> responseObserver)

public void synthesizeSpeech(SynthesizeSpeechRequest request, StreamObserver<SynthesizeSpeechResponse> responseObserver)

Synthesizes speech synchronously: receive results after all text input has been processed.

Parameters
NameDescription
requestSynthesizeSpeechRequest
responseObserverio.grpc.stub.StreamObserver<SynthesizeSpeechResponse>