@BetaApi @Generated(value="by gapic-generator-java") public abstract class TextToSpeechStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
TextToSpeechStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<ListVoicesRequest,ListVoicesResponse> |
listVoicesCallable() |
com.google.api.gax.rpc.BidiStreamingCallable<StreamingSynthesizeRequest,StreamingSynthesizeResponse> |
streamingSynthesizeCallable() |
com.google.api.gax.rpc.UnaryCallable<SynthesizeSpeechRequest,SynthesizeSpeechResponse> |
synthesizeSpeechCallable() |
public com.google.api.gax.rpc.UnaryCallable<ListVoicesRequest,ListVoicesResponse> listVoicesCallable()
public com.google.api.gax.rpc.UnaryCallable<SynthesizeSpeechRequest,SynthesizeSpeechResponse> synthesizeSpeechCallable()
public com.google.api.gax.rpc.BidiStreamingCallable<StreamingSynthesizeRequest,StreamingSynthesizeResponse> streamingSynthesizeCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2025 Google LLC. All rights reserved.