Skip to content

ai speech csr dataset

The ai speech csr dataset command is used to manage custom speech recognition datasets in Azure AI services. This command is part of the Azure AI CLI.

Usage

Create a new custom speech recognition dataset
ai speech csr dataset <command> [options]

Sub-Commands

Sub-Command Description
ai speech csr dataset create Create a new custom speech recognition dataset
ai speech csr dataset delete Delete an existing custom speech recognition dataset
ai speech csr dataset download Download a custom speech recognition dataset
ai speech csr dataset list List all custom speech recognition datasets
ai speech csr dataset status Check the status of a custom speech recognition dataset
ai speech csr dataset update Update an existing custom speech recognition dataset
ai speech csr dataset upload Upload data to a custom speech recognition dataset

Examples

Create a new custom speech recognition dataset
ai speech csr dataset create --project <URL> --name <NAME> --kind <KIND> --content <URL> --language <LANGUAGE> --description <DESCRIPTION>
Delete an existing custom speech recognition dataset
ai speech csr dataset delete --dataset-id <ID>
Download a custom speech recognition dataset
ai speech csr dataset download --dataset-id <ID>
List all custom speech recognition datasets
ai speech csr dataset list
Check the status of a custom speech recognition dataset
ai speech csr dataset status --dataset-id <ID>
Update an existing custom speech recognition dataset
ai speech csr dataset update --dataset-id <ID> --name <NEW_NAME>
Upload data to a custom speech recognition dataset
ai speech csr dataset upload --dataset-id <ID> --content <FILE_PATH>