Skip to content

Commit 59913a3

Browse files
committed
Corrected a few more code bits.
1 parent 755b800 commit 59913a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/Speech-Service/releasenotes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ ms.custom: seodec18
2121

2222
- Added a `FromHost()` API, to ease use with on-prem containers and sovereign clouds.
2323
- Added Automatic Source Language Detection for Speech Recognition (in Java and C++)
24-
- Added SourceLanguageConfig object for Speech Recognition, used to specify expected source languages (in Java and C++)
25-
- Added KeywordRecognizer support on Windows (UWP), Android and iOS through the Nuget and Unity packages
24+
- Added `SourceLanguageConfig` object for Speech Recognition, used to specify expected source languages (in Java and C++)
25+
- Added `KeywordRecognizer` support on Windows (UWP), Android and iOS through the Nuget and Unity packages
2626
- Added Remote Conversation Java API to do Conversation Transcription in asynchronous batches.
2727

2828
**Breaking changes**
@@ -226,7 +226,7 @@ The following new content is available in our [sample repository](https://aka.ms
226226
- Empty proxy username and proxy password were not handled correctly. With this release, if you set proxy username and proxy password to an empty string, they will not be submitted when connecting to the proxy.
227227
- SessionId's created by the SDK were not always truly random for some languages / environments. Added random generator initialization to fix this issue.
228228
- Improve handling of authorization token. If you want to use an authorization token, specify in the `SpeechConfig` and leave the subscription key empty. Then create the recognizer as usual.
229-
- In some cases the Connection object wasn't released correctly. This issue has been fixed.
229+
- In some cases the `Connection` object wasn't released correctly. This issue has been fixed.
230230
- The JavaScript sample was fixed to support audio output for translation synthesis also on Safari.
231231

232232
## Speech SDK 1.2.1

0 commit comments

Comments
 (0)