Skip to content

ai speech

Usage

ai speech <command> [...]

Sub-Commands

Sub-Command Description
ai speech intent Recognize intent from speech.
ai speech recognize Recognize speech from an input source.
ai speech synthesize Synthesize speech from text.
ai speech transcribe Transcribe speech from an input source.
ai speech translate Translate speech from one language to another.
ai speech batch Manage Azure Speech Service batch operations.
ai speech csr Manage Custom Speech Recognition endpoints and datasets.
ai speech profile Manage speech profiles for speaker recognition.
ai speech speaker Manage speaker identification and verification.

Examples

Recognize speech from an audio file
ai speech recognize --file audio.wav
Synthesize speech from text
ai speech synthesize --text "Hello, world!" --output audio.wav
Translate speech from one language to another
ai speech translate --input-language en-US --output-language es-ES --file audio.wav