public static final class TextToSpeechGrpc.TextToSpeechBlockingStub extends io.grpc.stub.AbstractStub<TextToSpeechGrpc.TextToSpeechBlockingStub>
Service that implements Google Cloud Text-to-Speech API.
Modifier and Type | Method and Description |
---|---|
protected TextToSpeechGrpc.TextToSpeechBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
ListVoicesResponse |
listVoices(ListVoicesRequest request)
Returns a list of [Voice][google.cloud.texttospeech.v1beta1.Voice]
supported for synthesis.
|
SynthesizeSpeechResponse |
synthesizeSpeech(SynthesizeSpeechRequest request)
Synthesizes speech synchronously: receive results after all text input
has been processed.
|
protected TextToSpeechGrpc.TextToSpeechBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<TextToSpeechGrpc.TextToSpeechBlockingStub>
public ListVoicesResponse listVoices(ListVoicesRequest request)
Returns a list of [Voice][google.cloud.texttospeech.v1beta1.Voice] supported for synthesis.
public SynthesizeSpeechResponse synthesizeSpeech(SynthesizeSpeechRequest request)
Synthesizes speech synchronously: receive results after all text input has been processed.