Skip to content

Commit 949878e

Browse files
committed
Fix typo and try to increase Acrolinx score for the Speech CLI page
1 parent 2b4c732 commit 949878e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ Uses Speech SDK 1.23.0.
4646

4747
- Better caption (`--output vtt` and `--output srt`) large result splitting (37 char max, 3 lines)
4848
- Documented `spx synthesize` `--format` options (see `spx help synthesize format`)
49-
- Documented majority of `spx csr` commands/options (see `spx help csr`)
49+
- Documented most of `spx csr` commands/options (see `spx help csr`)
5050
- Added `spx csr model copy` command (see `spx help csr model copy`)
5151
- Added `--check result` option using JMES queries (see `spx help check result`)
5252
- Improved error messages when specifying invalid command options
53-
- Moved from .NET Core 3.1 to .NET 6.0. In order to run Speech CLI, you will need to install the [.NET 6.0 Runtime](https://dotnet.microsoft.com/download/dotnet/6.0/runtime) (or above).
53+
- Moved from .NET Core 3.1 to .NET 6.0. In order to run Speech CLI, you'll need to install the [.NET 6.0 Runtime](https://dotnet.microsoft.com/download/dotnet/6.0/runtime) (or above).
5454

5555
#### Bug fixes
5656

57-
- Updated all URLs to remove language (e.g. en-US)
57+
- Updated all URLs to remove language (for example, "en-US")
5858
- Fixed version info to report properly in all cases (previously it sometimes showed a blank)
5959

6060
### Speech CLI 1.22.0: June 2022 release
@@ -64,7 +64,7 @@ Uses Speech SDK 1.22.0.
6464
#### New features
6565

6666
- Added `spx init` command to guide users through the Speech resource key creation without going to Azure Web Portal.
67-
- Speech docker containers now have Azure CLI included, so the `spx init` command will work out of the box.
67+
- Speech docker containers now have Azure CLI included, so the `spx init` command works out of the box.
6868
- Added timestamp as an event output option, to make SPX more useful when calculating latencies.
6969

7070

@@ -77,12 +77,12 @@ Uses Speech SDK 1.21.0.
7777
- Added `--output vtt` support to `spx translate`
7878
- Supports `--output vtt file FILENAME` to override default VTT FILENAME
7979
- Supports `--output vtt file -` to write to standard output
80-
- Individual VTT files are created for each target language (e.g. `--target en;de;fr`)
80+
- Individual VTT files are created for each target language (for example `--target en;de;fr`)
8181
- SRT Caption generation
8282
- Added `--output srt` support to `spx recognize`, `spx intent`, and `spx translate`
8383
- Supports `--output srt file FILENAME` to override default SRT FILENAME
8484
- Supports `--output srt file -` to write to standard output
85-
- For `spx translate` individual SRT files are created for each target language (e.g. `--target en;de;fr`)
85+
- For `spx translate`, individual SRT files are created for each target language (for example `--target en;de;fr`)
8686

8787
#### Bug fixes
8888
- Corrected WEBVTT timespan output to properly use `hh:mm:ss.fff` format

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ms.author: eur
3535

3636
#### Breaking changes
3737

38-
* Bitcode has been disabled in all iOS targets in the following packages: Cocoapod with xcframework, Nuget (for Xamarin and MAUI) and Unity. The change is due to Apple's deprication of bitcode support from Xcode 14 and onwards. This change also means if you are using Xcode 13 version or you have explicitly enabled the bitcode on your application using the Speech SDK, you may encounter an error saying "framework does not contain bitcode and you must rebuild it". To resolve this issue, make sure your targets have bitcode disabled.
38+
* Bitcode has been disabled in all iOS targets in the following packages: Cocoapod with xcframework, Nuget (for Xamarin and MAUI) and Unity. The change is due to Apple's deprecation of bitcode support from Xcode 14 and onwards. This change also means if you are using Xcode 13 version or you have explicitly enabled the bitcode on your application using the Speech SDK, you may encounter an error saying "framework does not contain bitcode and you must rebuild it". To resolve this issue, make sure your targets have bitcode disabled.
3939
* Minimum iOS deployment target has been upgraded to 11.0 in this release, which means armv7 HW is no longer supported.
4040

4141
#### New features

0 commit comments

Comments
 (0)