Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 191c508

Browse files
alixhamibusunkim96
authored andcommitted
TTS region tag update [(#1646)](GoogleCloudPlatform/python-docs-samples#1646)
1 parent 1400c8c commit 191c508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/audio_profile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import argparse
2525

2626

27-
# [START tts_synthesize_text_with_audio_profile]
27+
# [START tts_synthesize_text_audio_profile_beta]
2828
def synthesize_text_with_audio_profile(text, output, effects_profile_id):
2929
"""Synthesizes speech from the input string of text."""
3030
from google.cloud import texttospeech_v1beta1 as texttospeech
@@ -50,7 +50,7 @@ def synthesize_text_with_audio_profile(text, output, effects_profile_id):
5050
out.write(response.audio_content)
5151
print('Audio content written to file "%s"' % output)
5252

53-
# [END tts_synthesize_text_with_audio_profile]
53+
# [END tts_synthesize_text_audio_profile_beta]
5454

5555

5656
if __name__ == '__main__':

0 commit comments

Comments
 (0)