Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Releases: msimecek/Azure-Speech-CLI

1.5.2

07 Jul 22:18
Compare
Choose a tag to compare

Changelog:

  • transcript create - New parameter --sentiment to include sentiment analysis of recognized utterance.
  • transcript create - New parameter --diarization to distinguish between speakers (currently only 2 supported).
  • model show - New subcommand.

1.5.1

03 Jul 22:12
Compare
Choose a tag to compare

Maintenance/refactoring update. No NuGet release for this version.

Changelog:

  • config create - Removed region check as they appear faster than CLI updates.
  • config select - Added check if there is a config with this name in the list.
  • model list-scenarios - Includes purpose as well (handy when using "all").
  • transcript download - the --out-dir parameter is not required anymore. Current dir will be use if not provided.

Code:

  • First attempt at unit testing. Not well yet.
  • Code refactored - console app has now its own class.
  • Config is now implementing IConfig.

1.5.0

14 Jun 19:17
Compare
Choose a tag to compare

Changelog:

  • Added --word-level-timestamps parameter to transcriptions
  • (Breaking) Moved transcription ID into argument when downloading transcription (transcript download <ID> instead of transcript download --id <ID>
  • model list-scenarios help includes possible values
  • Added the ability to upload pronunciation datasets
  • Added the ability to create pronunciation models

1.4.1

29 May 11:08
Compare
Choose a tag to compare
Version up

1.4.0

25 Apr 10:10
Compare
Choose a tag to compare
New Single transcript command

1.3.2

19 Feb 22:09
Compare
Choose a tag to compare

Fixed: Compile wasn't producing correct archives.

1.3.1

14 Feb 20:24
Compare
Choose a tag to compare
README update to reflect latest changes

1.3.0

13 Feb 10:39
Compare
Choose a tag to compare

List available locales for datasets and models.

1.2.2

06 Feb 19:46
Compare
Choose a tag to compare

User settings moved to profile directory - not tied to CLI location.

1.1.0

03 Jan 19:31
Compare
Choose a tag to compare

Added language models to Test command - required field => breaking change.