recognize_audio_url
Transcribe speech from an online audio URL into text. Improve accuracy by providing context and language hints.
Instructions
识别在线音频URL中的文本
参数:
audio_url: 音频URL链接
context: 上下文文本,用于提高识别准确率(可选)
language: 指定语言代码(如 'zh', 'en'),可选,默认自动检测
model: 语音识别模型(可选,默认使用qwen3-asr-flash)
返回:
识别的文本内容
注意: 需要设置环境变量 DASHSCOPE_API_KEY
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| context | No | ||
| language | No | ||
| audio_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |