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