Skip to content

Commit 5629115

Browse files
authored
Update async-synthesis-long-form-audio.md
1 parent 407d669 commit 5629115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/quickstarts/text-to-speech/async-synthesis-long-form-audio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This code gets a list of available voices that you can use to convert text-to-sp
5656
```python
5757
parser = argparse.ArgumentParser(description='Text-to-speech client tool to submit voice synthesis requests.')
5858
parser.add_argument('--voices', action="store_true", default=False, help='print voice list')
59-
parser.add_argument('-key', action="store", dest="key", required=True, help='the speech subscription key, like ff1eb62d06d34767bda0207acb1da7d7 ')
59+
parser.add_argument('-key', action="store", dest="key", required=True, help='the speech subscription key, like fg1f763i01d94768bda32u7a******** ')
6060
parser.add_argument('-region', action="store", dest="region", required=True, help='the region information, could be centralindia, canadacentral or uksouth')
6161
args = parser.parse_args()
6262
baseAddress = 'https://%s.customvoice.api.speech.microsoft.com/api/texttospeech/v3.0-beta1/' % args.region

0 commit comments

Comments
 (0)