8000 Update long_audio_quickstart.py (#10253) · mctavish/python-docs-samples@16ab3cf · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit 16ab3cf

Browse files
Update long_audio_quickstart.py (GoogleCloudPlatform#10253)
correct variable name from `parent` to `project_id` Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
1 parent 61f4034 commit 16ab3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

texttospeech/snippets/long_audio_quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def synthesize_long_audio(project_id, location, output_gcs_uri):
2323
2424
"""
2525
# TODO(developer): Uncomment and set the following variables
26-
# parent = 'YOUR_PROJECT_ID'
26+
# project_id = 'YOUR_PROJECT_ID'
2727
# location = 'YOUR_LOCATION'
2828
# output_gcs_uri = 'YOUR_OUTPUT_GCS_URI'
2929

0 commit comments

Comments
 (0)
0