Class TextToSpeechGrpc.TextToSpeechBlockingStub (2.43.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
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
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
Name Description
request ListVoicesRequest
Returns
Type Description
ListVoicesResponse

synthesizeSpeech(SynthesizeSpeechRequest request)

public SynthesizeSpeechResponse synthesizeSpeech(SynthesizeSpeechRequest request)

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

Parameter
Name Description
request SynthesizeSpeechRequest
Returns
Type Description
SynthesizeSpeechResponse