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/releasenotes.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,30 @@ ms.custom: seodec18
14
14
---
15
15
16
16
# Release notes
17
+
18
+
## Speech SDK 1.8.0: 2019-November release
19
+
20
+
**New Features**
21
+
* Added a FromHost() API, to ease use with on-prem containers and sovereign coulds.
22
+
* Added Automatic Source Language Detection for Speech Recognition (in Java and C++)
23
+
* Added SourceLanguageConfig object for Speech Recognition, used to specify expected source languages (in Java and C++)
24
+
* Added KeywordRecognizer support on Windows (UWP), Android and iOS through the Nuget and Unity packages
25
+
* Added Remote Conversation Java API to do Conversation Transcription in asynchronous batches.
26
+
27
+
**Breaking changes**
28
+
* Conversation Transcriber functionalities moved under namespace Microsoft.CognitiveServices.Speech.Transcription.
29
+
* Part of the Conversation Transcriber methods are moved to new Conversation class.
30
+
* Dropped support for 32-bit (ARMv7 and x86) iOS
31
+
32
+
**Bug fixes**
33
+
* Fix for crash if local KeywordRecognizer is used without a valid speech service subscription key
34
+
35
+
**Samples**
36
+
* Xamarin sample for KeywordRecognizer
37
+
* Unity sample for KeywordRecognizer
38
+
* C++ and Java samples for Automatic Source Language Detection.
39
+
40
+
17
41
## Speech SDK 1.7.0: 2019-September release
18
42
19
43
**New Features**
@@ -32,7 +56,6 @@ ms.custom: seodec18
32
56
* Fixed issue with UUIDs not being unique in some connection properties
33
57
* Fixed a few warnings about nullability specifiers in the Swift bindings (might require small code changes)
34
58
* Fixed a bug that caused websocket connections to be closed ungracefully under network load
35
-
* iOS: dropped support for arm7s architecture
36
59
* Fixed an issue on Android that sometimes results in duplicate impression IDs used by DialogServiceConnector
37
60
* Improvements to the stability of connections across multi-turn interactions and the reporting of failures (via Canceled events) when they occur with DialogServiceConnector
38
61
* DialogServiceConnector session starts will now properly provide events, including when calling ListenOnceAsync() during an active StartKeywordRecognitionAsync()
0 commit comments