Skip to content

Commit d28585c

Browse files
authored
Merge pull request #189580 from eric-urban/patch-6
Update language-identification.md
2 parents 4dc1b6a + d3f8222 commit d28585c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/cognitive-services/Speech-Service/language-identification.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ You use Speech-to-text recognition when you need to identify the language in an
265265
266266
> [!NOTE]
267267
> Speech-to-text recognition with at-start language identification is supported with Speech SDKs in C#, C++, Python, Java, JavaScript, and Objective-C. Speech-to-text recognition with continuous language identification is only supported with Speech SDKs in C#, C++, and Python.
268+
>
269+
> Currently for speech-to-text recognition with continuous language identification, you must create a SpeechConfig from the `wss://{region}.stt.speech.microsoft.com/speech/universal/v2` endpoint string, as shown in code examples. In a future SDK release you won't need to set it.
268270

269271
::: zone pivot="programming-language-csharp"
270272

@@ -652,7 +654,8 @@ You use Speech translation when you need to identify the language in an audio so
652654

653655
> [!NOTE]
654656
> Speech translation with language identification is only supported with Speech SDKs in C#, C++, and Python.
655-
657+
>
658+
> Currently for speech translation with language identification, you must create a SpeechConfig from the `wss://{region}.stt.speech.microsoft.com/speech/universal/v2` endpoint string, as shown in code examples. In a future SDK release you won't need to set it.
656659
657660
::: zone pivot="programming-language-csharp"
658661

0 commit comments

Comments
 (0)