File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
articles/cognitive-services/Speech-Service/includes/quickstarts
translate-stt-multiple-languages/javascript Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
1
+ <!DOCTYPE html>
2
2
< html >
3
3
< head >
4
4
< title > Microsoft Cognitive Services Speech SDK JavaScript Quickstart</ title >
@@ -101,7 +101,7 @@ <h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.
101
101
<!-- </uidiv> -->
102
102
103
103
<!-- <speechsdkdiv> -->
104
- <!-- Speech SDK reference sdk. -->
104
+ <!-- Speech SDK reference sdk. -->
105
105
< script src ="microsoft.cognitiveservices.speech.sdk.bundle.js "> </ script >
106
106
<!-- </speechsdkdiv> -->
107
107
@@ -132,7 +132,7 @@ <h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.
132
132
<!-- </authorizationfunction> -->
133
133
134
134
<!-- <quickstartcode> -->
135
- <!-- Speech SDK USAGE -->
135
+ <!-- Speech SDK USAGE -->
136
136
< script >
137
137
// status fields and start button in UI
138
138
var resultsDivs ;
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
1
+ <!DOCTYPE html>
2
2
< html >
3
3
< head >
4
4
< title > Microsoft Cognitive Services Speech SDK JavaScript Quickstart</ title >
@@ -82,7 +82,7 @@ <h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.
82
82
<!-- </speechsdkdiv> -->
83
83
84
84
<!-- <authorizationfunction> -->
85
- <!-- Speech SDK Authorization token -->
85
+ <!-- Speech SDK Authorization token -->
86
86
< script >
87
87
// Note: Replace the URL with a valid endpoint to retrieve
88
88
// authorization tokens for your subscription.
@@ -108,7 +108,7 @@ <h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.
108
108
<!-- </authorizationfunction> -->
109
109
110
110
<!-- <quickstartcode> -->
111
- <!-- Speech SDK USAGE -->
111
+ <!-- Speech SDK USAGE -->
112
112
< script >
113
113
// status fields and start button in UI
114
114
var phraseDiv ;
You can’t perform that action at this time.
0 commit comments