Class TextToSpeechGrpc.TextToSpeechFutureStub (2.42.0)

public static final class TextToSpeechGrpc.TextToSpeechFutureStub extends AbstractFutureStub<TextToSpeechGrpc.TextToSpeechFutureStub>

A stub to allow clients to do ListenableFuture-style 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.AbstractFutureStub > TextToSpeechGrpc.TextToSpeechFutureStub

Methods

build(Channel channel, CallOptions callOptions)

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

listVoices(ListVoicesRequest request)

public ListenableFuture<ListVoicesResponse> listVoices(ListVoicesRequest request)

Returns a list of Voice supported for synthesis.

Parameter
NameDescription
requestListVoicesRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListVoicesResponse>

synthesizeSpeech(SynthesizeSpeechRequest request)

public ListenableFuture<SynthesizeSpeechResponse> synthesizeSpeech(SynthesizeSpeechRequest request)

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

Parameter
NameDescription
requestSynthesizeSpeechRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<SynthesizeSpeechResponse>