ai speech csr project
The ai speech csr project
command group is used to manage custom speech recognition projects in Azure AI services.
Usage
Sub-commands
Sub-command | Description |
---|---|
ai speech csr project create | Creates a new custom speech recognition project |
ai speech csr project delete | Deletes an existing custom speech recognition project |
ai speech csr project list | Lists details about existing custom speech recognition projects |
ai speech csr project status | Checks the asynchronous creation status of a custom speech recognition project |
ai speech csr project update | Updates an existing custom speech recognition project with new name/description |
Examples
Create a new custom speech recognition project
ai speech csr project create --key <your-key> --region <your-region> --name <project-name> --language <language-code> --description <project-description>
Delete an existing custom speech recognition project
ai speech csr project delete --key <your-key> --region <your-region> --project <project-url>
List all custom speech recognition projects
ai speech csr project list --key <your-key> --region <your-region>