You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Synthesize text to an output audio file. [Java Code](quickstart)
44
+
Synthesize text to an output audio file. [Java Code](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/texttospeech/cloud-client/src/main/java/com/example/texttospeech/QuickstartSample.java)
45
45
```
46
46
mvn exec:java -DQuickstart
47
47
```
48
48
49
49
## List Voices
50
-
This sample lists all the supported voices. [Java Code](list_voices)
50
+
This sample lists all the supported voices. [Java Code](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/texttospeech/cloud-client/src/main/java/com/example/texttospeech/ListAllSupportedVoices.java)
51
51
```
52
52
mvn exec:java -DListVoices
53
53
```
54
54
55
55
## Synthesize Text
56
-
This sample synthesizes text to an output audio file. [Java Code](synthesize_text)
56
+
This sample synthesizes text to an output audio file. [Java Code](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/texttospeech/cloud-client/src/main/java/com/example/texttospeech/SynthesizeText.java)
This sample synthesizes ssml to an output audio file. [Java Code](synthesize_text)
61
+
This sample synthesizes ssml to an output audio file. [Java Code](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/texttospeech/cloud-client/src/main/java/com/example/texttospeech/SynthesizeText.java)
This sample synthesizes a text file to an output audio file. [Java Code](synthesize_file)
67
+
This sample synthesizes a text file to an output audio file. [Java Code](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/texttospeech/cloud-client/src/main/java/com/example/texttospeech/SynthesizeFile.java)
This sample synthesizes a ssml file to an output audio file. [Java Code](synthesize_file)
72
+
This sample synthesizes a ssml file to an output audio file. [Java Code](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/texttospeech/cloud-client/src/main/java/com/example/texttospeech/SynthesizeFile.java)
0 commit comments