Uses of Class
com.google.cloud.texttospeech.v1beta1.stub.TextToSpeechLongAudioSynthesizeStubSettings
-
Packages that use TextToSpeechLongAudioSynthesizeStubSettings Package Description com.google.cloud.texttospeech.v1beta1 A client to Cloud Text-to-Speech APIcom.google.cloud.texttospeech.v1beta1.stub -
-
Uses of TextToSpeechLongAudioSynthesizeStubSettings in com.google.cloud.texttospeech.v1beta1
Methods in com.google.cloud.texttospeech.v1beta1 with parameters of type TextToSpeechLongAudioSynthesizeStubSettings Modifier and Type Method Description static TextToSpeechLongAudioSynthesizeSettings
TextToSpeechLongAudioSynthesizeSettings. create(TextToSpeechLongAudioSynthesizeStubSettings stub)
-
Uses of TextToSpeechLongAudioSynthesizeStubSettings in com.google.cloud.texttospeech.v1beta1.stub
Methods in com.google.cloud.texttospeech.v1beta1.stub that return TextToSpeechLongAudioSynthesizeStubSettings Modifier and Type Method Description TextToSpeechLongAudioSynthesizeStubSettings
TextToSpeechLongAudioSynthesizeStubSettings.Builder. build()
Methods in com.google.cloud.texttospeech.v1beta1.stub with parameters of type TextToSpeechLongAudioSynthesizeStubSettings Modifier and Type Method Description static GrpcTextToSpeechLongAudioSynthesizeStub
GrpcTextToSpeechLongAudioSynthesizeStub. create(TextToSpeechLongAudioSynthesizeStubSettings settings)
static HttpJsonTextToSpeechLongAudioSynthesizeStub
HttpJsonTextToSpeechLongAudioSynthesizeStub. create(TextToSpeechLongAudioSynthesizeStubSettings settings)
Constructors in com.google.cloud.texttospeech.v1beta1.stub with parameters of type TextToSpeechLongAudioSynthesizeStubSettings Constructor Description Builder(TextToSpeechLongAudioSynthesizeStubSettings settings)
GrpcTextToSpeechLongAudioSynthesizeStub(TextToSpeechLongAudioSynthesizeStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcTextToSpeechLongAudioSynthesizeStub, using the given settings.GrpcTextToSpeechLongAudioSynthesizeStub(TextToSpeechLongAudioSynthesizeStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcTextToSpeechLongAudioSynthesizeStub, using the given settings.HttpJsonTextToSpeechLongAudioSynthesizeStub(TextToSpeechLongAudioSynthesizeStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonTextToSpeechLongAudioSynthesizeStub, using the given settings.HttpJsonTextToSpeechLongAudioSynthesizeStub(TextToSpeechLongAudioSynthesizeStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonTextToSpeechLongAudioSynthesizeStub, using the given settings.
-