Skip to content

Commit ceb58d1

Browse files
author
Darren Cohen
committed
Update breaking change langauge
1 parent c65f197 commit ceb58d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/cognitive-services/Speech-Service/includes/release-notes/release-notes-sdk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ ms.author: eur
1010

1111
#### Breaking changes
1212

13-
- Usage of Language Identification (preview) has been simplified. If you update to 1.25 and have a build break, please visit the [Language Identification (preview)](/azure/cognitive-services/speech-service/language-identification) page to learn what has changed. In particular, the two properties `SpeechServiceConnection_SingleLanguageIdPriority` and `SpeechServiceConnection_ContinuousLanguageIdPriority` have
14-
been removed and replaced by a single property `SpeechServiceConnection_LanguageIdMode`.
13+
- Language Identification (preview) APIs have been simplified. If you update to Speech SDK 1.25 and see a build break, please visit the [Language Identification (preview)](/azure/cognitive-services/speech-service/language-identification) page to learn about the new property `SpeechServiceConnection_LanguageIdMode`. This single property replaces the two previous ones `SpeechServiceConnection_SingleLanguageIdPriority` and `SpeechServiceConnection_ContinuousLanguageIdPriority`. Prioritizing between low latency and high accuracy is no longer necessary following recent model improvements. Results are very accurate at low latency, therefore we removed the priority option. The only setting supported now is whether to run at-start or continuous Language Identification, when doing continuous speech recognition or translation.
1514

1615
#### New features
1716

0 commit comments

Comments
 (0)