Uses of Class
com.google.cloud.texttospeech.v1beta1.TextToSpeechClient
-
Packages that use TextToSpeechClient Package Description com.google.cloud.texttospeech.v1beta1 A client to Cloud Text-to-Speech API -
-
Uses of TextToSpeechClient in com.google.cloud.texttospeech.v1beta1
Methods in com.google.cloud.texttospeech.v1beta1 that return TextToSpeechClient Modifier and Type Method Description static TextToSpeechClient
TextToSpeechClient. create()
Constructs an instance of TextToSpeechClient with default settings.static TextToSpeechClient
TextToSpeechClient. create(TextToSpeechStub stub)
Constructs an instance of TextToSpeechClient, using the given stub for making calls.static TextToSpeechClient
TextToSpeechClient. create(TextToSpeechSettings settings)
Constructs an instance of TextToSpeechClient, using the given settings.
-