public static final class TextToSpeechGrpc.TextToSpeechFutureStub extends AbstractFutureStub<TextToSpeechGrpc.TextToSpeechFutureStub>
Service that implements Google Cloud Text-to-Speech API.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected TextToSpeechGrpc.TextToSpeechFutureStub |
build(Channel channel,
CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ListVoicesResponse> |
listVoices(ListVoicesRequest request)
Returns a list of Voice supported for synthesis.
|
com.google.common.util.concurrent.ListenableFuture<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.TextToSpeechFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<TextToSpeechGrpc.TextToSpeechFutureStub>
public com.google.common.util.concurrent.ListenableFuture<ListVoicesResponse> listVoices(ListVoicesRequest request)
Returns a list of Voice supported for synthesis.
public com.google.common.util.concurrent.ListenableFuture<SynthesizeSpeechResponse> synthesizeSpeech(SynthesizeSpeechRequest request)
Synthesizes speech synchronously: receive results after all text input has been processed.
Copyright © 2022 Google LLC. All rights reserved.