We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28a3aa commit 172930bCopy full SHA for 172930b
texttospeech/src/synthesize_text_file.php
@@ -38,7 +38,7 @@
38
use Google\Cloud\TextToSpeech\V1\VoiceSelectionParams;
39
40
/** Uncomment and populate these variables in your code */
41
-// $path = 'Path to file to synthesize';
+// $path = 'The text file to be synthesized. (e.g., hello.txt)';
42
43
// create client object
44
$client = new TextToSpeechClient();
0 commit comments