Class TextToSpeechGrpc.TextToSpeechBlockingV2Stub (2.63.0)

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

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

Methods

build(Channel channel, CallOptions callOptions)

protected TextToSpeechGrpc.TextToSpeechBlockingV2Stub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
TextToSpeechGrpc.TextToSpeechBlockingV2Stub
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

streamingSynthesize()

public BlockingClientCall<StreamingSynthesizeRequest,StreamingSynthesizeResponse> streamingSynthesize()

Performs bidirectional streaming speech synthesis: receives audio while sending text.

Returns
Type Description
io.grpc.stub.BlockingClientCall<StreamingSynthesizeRequest,StreamingSynthesizeResponse>

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