Uses of Class
com.google.cloud.texttospeech.v1.stub.TextToSpeechStub
-
Packages that use TextToSpeechStub Package Description com.google.cloud.texttospeech.v1 A client to Cloud Text-to-Speech APIcom.google.cloud.texttospeech.v1.stub -
-
Uses of TextToSpeechStub in com.google.cloud.texttospeech.v1
Methods in com.google.cloud.texttospeech.v1 that return TextToSpeechStub Modifier and Type Method Description TextToSpeechStub
TextToSpeechClient. getStub()
Methods in com.google.cloud.texttospeech.v1 with parameters of type TextToSpeechStub Modifier and Type Method Description static TextToSpeechClient
TextToSpeechClient. create(TextToSpeechStub stub)
Constructs an instance of TextToSpeechClient, using the given stub for making calls.Constructors in com.google.cloud.texttospeech.v1 with parameters of type TextToSpeechStub Constructor Description TextToSpeechClient(TextToSpeechStub stub)
-
Uses of TextToSpeechStub in com.google.cloud.texttospeech.v1.stub
Subclasses of TextToSpeechStub in com.google.cloud.texttospeech.v1.stub Modifier and Type Class Description class
GrpcTextToSpeechStub
gRPC stub implementation for the TextToSpeech service API.class
HttpJsonTextToSpeechStub
REST stub implementation for the TextToSpeech service API.Methods in com.google.cloud.texttospeech.v1.stub that return TextToSpeechStub Modifier and Type Method Description TextToSpeechStub
TextToSpeechStubSettings. createStub()
-