Uses of Class
com.google.cloud.texttospeech.v1beta1.TextToSpeechSettings
-
Packages that use TextToSpeechSettings Package Description com.google.cloud.texttospeech.v1beta1 A client to Cloud Text-to-Speech API -
-
Uses of TextToSpeechSettings in com.google.cloud.texttospeech.v1beta1
Methods in com.google.cloud.texttospeech.v1beta1 that return TextToSpeechSettings Modifier and Type Method Description TextToSpeechSettings
TextToSpeechSettings.Builder. build()
static TextToSpeechSettings
TextToSpeechSettings. create(TextToSpeechStubSettings stub)
TextToSpeechSettings
TextToSpeechClient. getSettings()
Methods in com.google.cloud.texttospeech.v1beta1 with parameters of type TextToSpeechSettings Modifier and Type Method Description static TextToSpeechClient
TextToSpeechClient. create(TextToSpeechSettings settings)
Constructs an instance of TextToSpeechClient, using the given settings.Constructors in com.google.cloud.texttospeech.v1beta1 with parameters of type TextToSpeechSettings Constructor Description Builder(TextToSpeechSettings settings)
TextToSpeechClient(TextToSpeechSettings settings)
Constructs an instance of TextToSpeechClient, using the given settings.
-