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 TextToSpeechClientTextToSpeechClient. create()Constructs an instance of TextToSpeechClient with default settings.static TextToSpeechClientTextToSpeechClient. create(TextToSpeechStub stub)Constructs an instance of TextToSpeechClient, using the given stub for making calls.static TextToSpeechClientTextToSpeechClient. create(TextToSpeechSettings settings)Constructs an instance of TextToSpeechClient, using the given settings.
-