Class TextToSpeechGrpc.TextToSpeechBlockingStub (2.42.0)

public static final class TextToSpeechGrpc.TextToSpeechBlockingStub extends AbstractBlockingStub<TextToSpeechGrpc.TextToSpeechBlockingStub>

A stub to allow clients to do synchronous 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.AbstractBlockingStub > TextToSpeechGrpc.TextToSpeechBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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

listVoices(ListVoicesRequest request)

public ListVoicesResponse listVoices(ListVoicesRequest request)

Returns a list of Voice supported for synthesis.

Parameter
NameDescription
requestListVoicesRequest
Returns
TypeDescription
ListVoicesResponse

synthesizeSpeech(SynthesizeSpeechRequest request)

public SynthesizeSpeechResponse synthesizeSpeech(SynthesizeSpeechRequest request)

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

Parameter
NameDescription
requestSynthesizeSpeechRequest
Returns
TypeDescription
SynthesizeSpeechResponse