ai speech batch
The ai speech batch
command manages Azure Speech Service batch operations.
Usage
Sub-commands
Sub-command | Description |
---|---|
ai speech batch transcription create | Creates new requests to transcribe remote audio streams |
ai speech batch transcription delete | Deletes an existing batch transcription that has already completed |
ai speech batch transcription download | Downloads files from batch transcriptions that have already completed |
ai speech batch transcription list | Lists details about existing batch transcriptions |
ai speech batch transcription status | Checks the status of existing batch transcriptions, providing additional details |
Examples
Create a batch transcription
ai speech batch transcription create --name "transcription1" --model "<model_url>" --content "<content_url>" --language "en-US"
Delete a batch transcription
ai speech batch transcription delete --transcription "<transcription_url>"