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

Commit

Permalink
TTS region tag update [(#1646)](GoogleCloudPlatform/python-docs-sampl…
Browse files Browse the repository at this point in the history
  • Loading branch information
alixhami authored Aug 21, 2018
1 parent 724b6b7 commit 906bf2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/snippets/audio_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import argparse


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

# [END tts_synthesize_text_with_audio_profile]
# [END tts_synthesize_text_audio_profile_beta]


if __name__ == '__main__':
Expand Down

0 comments on commit 906bf2e

Please sign in to comment.