Skip to content

ai speech csr endpoint update

The ai speech csr endpoint update command updates an existing custom speech recognition endpoint with an updated name, description, and/or project reference.

Usage

ai speech csr endpoint update [...]

Options

Option Description
--key KEY The API key to use for the target connection.
--region REGION The region for the targeted Azure resource.
--endpoint URL The URL of the custom speech recognition endpoint to update.
--project URL The URL of the custom speech recognition project.
--name NAME The new name for the custom speech recognition endpoint.
--description DESCRIPTION The new description for the custom speech recognition endpoint.
--input path PATH Specifies a path to an input file containing parameters.
--output path PATH Specifies a path to write the command output.
--output json FILENAME Specifies a JSON file to write the command output.
--foreach in @FILENAME Executes the command for each entry in the specified file.
--save FILENAME Saves the command state to the specified file.
--zip ZIPFILE Compresses the command output into the specified ZIP file.

Examples

Update the name of a custom speech recognition endpoint
ai speech csr endpoint update --key <YOUR_KEY> --region <YOUR_REGION> --endpoint <ENDPOINT_URL> --name "New Endpoint Name"
Update the description of a custom speech recognition endpoint
ai speech csr endpoint update --key <YOUR_KEY> --region <YOUR_REGION> --endpoint <ENDPOINT_URL> --description "New Description"
Update the endpoint with a new project reference
ai speech csr endpoint update --key <YOUR_KEY> --region <YOUR_REGION> --endpoint <ENDPOINT_URL> --project <PROJECT_URL>