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