public static final class TextToSpeechGrpc.TextToSpeechBlockingStub extends AbstractBlockingStub<TextToSpeechGrpc.TextToSpeechBlockingStub>
Service that implements Google Cloud Text-to-Speech API.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected TextToSpeechGrpc.TextToSpeechBlockingStub |
build(Channel channel,
CallOptions callOptions) |
ListVoicesResponse |
listVoices(ListVoicesRequest request)
Returns a list of Voice supported for synthesis.
|
SynthesizeSpeechResponse |
synthesizeSpeech(SynthesizeSpeechRequest request)
Synthesizes speech synchronously: receive results after all text input
has been processed.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected TextToSpeechGrpc.TextToSpeechBlockingStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<TextToSpeechGrpc.TextToSpeechBlockingStub>
public ListVoicesResponse listVoices(ListVoicesRequest request)
Returns a list of Voice supported for synthesis.
public SynthesizeSpeechResponse synthesizeSpeech(SynthesizeSpeechRequest request)
Synthesizes speech synchronously: receive results after all text input has been processed.
Copyright © 2022 Google LLC. All rights reserved.