Skip to content

Commit 0f282fd

Browse files
authored
Merge branch 'master' into spanner-pitr-samples
2 parents 4a47102 + 172930b commit 0f282fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

texttospeech/src/synthesize_text_file.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
use Google\Cloud\TextToSpeech\V1\VoiceSelectionParams;
3939

4040
/** Uncomment and populate these variables in your code */
41-
// $path = 'Path to file to synthesize';
41+
// $path = 'The text file to be synthesized. (e.g., hello.txt)';
4242

4343
// create client object
4444
$client = new TextToSpeechClient();

0 commit comments

Comments
 (0)