You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/how-to/speech-to-text-basics/speech-to-text-basics-javascript.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
author: IEvangelist
3
3
ms.service: cognitive-services
4
4
ms.topic: include
5
-
ms.date: 04/13/2020
5
+
ms.date: 04/14/2020
6
6
ms.author: dapine
7
7
---
8
8
@@ -14,9 +14,9 @@ This article assumes that you have an Azure account and Speech service subscript
14
14
15
15
Before you can do anything, you'll need to install the <ahref="https://www.npmjs.com/package/microsoft-cognitiveservices-speech-sdk"target="_blank">JavaScript Speech SDK <spanclass="docon docon-navigate-external x-hidden-focus"></span></a>. Depending on your platform, use the following instructions:
For more information on `import`, see <ahref="https://javascript.info/import-export"target="_blank">export and import <spanclass="docon docon-navigate-external x-hidden-focus"></span></a>.
For more information on `require`, see <ahref="https://nodejs.org/en/knowledge/getting-started/what-is-require/"target="_blank">what is require? <spanclass="docon docon-navigate-external x-hidden-focus"></span></a>.
38
+
39
+
35
40
# [script](#tab/script)
36
41
37
42
Download and extract the <ahref="https://aka.ms/csspeech/jsbrowserpackage"target="_blank">JavaScript Speech SDK <spanclass="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.
0 commit comments