Skip to content

Commit 9a46873

Browse files
committed
Updated minor formatting
1 parent 3c4f54c commit 9a46873

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/cognitive-services/Speech-Service/includes/how-to/text-to-speech-basics/text-to-speech-basics-javascript.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: trevorbye
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 04/14/2020
5+
ms.date: 04/15/2020
66
ms.author: trbye
77
---
88

@@ -248,7 +248,8 @@ To switch to a neural voice, change the `name` to one of the [neural voice optio
248248
> Neural voices are **only** supported for Speech resources created in *East US*, *South East Asia*, and *West Europe* regions.
249249
250250
```xml
251-
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="https://www.w3.org/2001/mstts" xml:lang="en-US">
251+
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis"
252+
xmlns:mstts="https://www.w3.org/2001/mstts" xml:lang="en-US">
252253
<voice name="en-US-AriaNeural">
253254
<mstts:express-as style="cheerful">
254255
This is awesome!

0 commit comments

Comments
 (0)