Skip to content

Commit f54cea3

Browse files
committed
Update how to
1 parent 1fc9d5e commit f54cea3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/cognitive-services/Speech-Service/how-to-specify-source-language.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ speech_recognizer = speechsdk.SpeechRecognizer(
137137
138138
::: zone-end
139139

140-
::: zone pivot="programming-language-more"
140+
::: zone pivot="programming-language-javascript"
141141

142142
## How to specify source language in Javascript
143143

@@ -158,7 +158,9 @@ If you're using a custom model for recognition, you can specify the endpoint wit
158158
```Javascript
159159
speechConfig.endpointId = "The Endpoint ID for your custom model.";
160160
```
161+
::: zone-end
161162

163+
::: zone pivot="programming-language-javascript"
162164
## How to specify source language in Objective-C
163165

164166
The first step is to create a `speechConfig`:

0 commit comments

Comments
 (0)