Skip to content

Commit 0afe034

Browse files
committed
Corrected tab issues.
1 parent 0e5e5cf commit 0afe034

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,6 @@ const sdk = require("microsoft-cognitiveservices-speech-sdk");
3535

3636
For more information on `require`, see <a href="https://nodejs.org/en/knowledge/getting-started/what-is-require/" target="_blank">what is require? <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
3737

38-
# [script](#tab/script)
39-
40-
Download and extract the <a href="https://aka.ms/csspeech/jsbrowserpackage" target="_blank">JavaScript Speech SDK <span class="docon docon-navigate-external x-hidden-focus"></span></a> *microsoft.cognitiveservices.speech.sdk.bundle.js* file, and place it in a folder accessible to your HTML file.
41-
42-
```html
43-
<script src="microsoft.cognitiveservices.speech.sdk.bundle.js"></script>;
44-
```
45-
> [!TIP]
46-
> If you're targeting a web browser, and using the `<script>` tag; the `sdk` prefix is not needed. The `sdk` prefix is an alias we use to name our `import` or `require` module.
47-
4838
---
4939

5040
## Create a speech configuration

0 commit comments

Comments
 (0)