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
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>
Check the status of a custom speech recognition dataset
ai speech csr dataset status --dataset-id <ID>