curl --location --request GET 'https://api.mindcraft.com.cn/v1/audio/transcriptions/task/0-216931859619986' \
--header 'Authorization: Bearer '
{
"id": "49b8ccb3d82041a7be000e920b041d9d",
"category": "tx_asr_recogAudio",
"model": "8k_zh",
"data": {
"category": "tx_asr_recogAudio",
"model": "",
"task_id": 9734820722,
"text": "[0:0.040,0:1.120,0] 燕少飞\n",
"status_str": "success",
"result_detail": [
{
"text": "燕少飞。",
"slice_text": "燕 少 飞",
"written_text": "",
"begin_time": 40,
"end_time": 1120,
"word_size": 3,
"speech_speed": 2.8,
"speaker_id": 0,
"emotional_energy": 4.248013,
"silence_time": 0,
"emotion_type": [],
"word_list": [
{
"text": "燕",
"begin_time": 0,
"end_time": 225
},
{
"text": "少",
"begin_time": 225,
"end_time": 450
},
{
"text": "飞",
"begin_time": 450,
"end_time": 770
}
]
}
]
}
}