Skip to content

ai speech profile

The ai speech profile command manages voice profiles, which are used in speaker recognition and transcription scenarios.

Usage

ai speech profile [command] [options]

Sub-commands

Sub-command Description
ai speech profile create Create a new voice profile.
ai speech profile delete Delete a given voice profile.
ai speech profile enroll Enroll a given voice profile using an audio sample.
ai speech profile list List all voice profiles for the current key/region.
ai speech profile status Output information concerning the selected voice profile.

Examples

Create a new voice profile
ai speech profile create --key YOUR_KEY --region YOUR_REGION
Delete a voice profile
ai speech profile delete --id PROFILE_ID --key YOUR_KEY --region YOUR_REGION
Enroll a voice profile using an audio sample
ai speech profile enroll --id PROFILE_ID --file AUDIO_SAMPLE_FILE --kind KIND --key YOUR_KEY --region YOUR_REGION
List all voice profiles
ai speech profile list --key YOUR_KEY --region YOUR_REGION
Get the status of a voice profile
ai speech profile status --id PROFILE_ID --key YOUR_KEY --region YOUR_REGION