recognize_speech
Transcribes audio to text using speech recognition. Accepts Base64 encoded audio and returns the spoken content as text.
Instructions
Speech recognition via SaluteSpeech. Accepts Base64 audio, returns text transcription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_base64 | Yes | Audio data in Base64 encoding | |
| content_type | No | Audio MIME type (audio/wav, audio/ogg;codecs=opus, audio/mpeg) | audio/wav |
| language | No | Recognition language (ru-RU, en-US, kk-KZ) | ru-RU |