zju_get_transcript
Fetch the speech-to-text transcript with timestamps for a lecture. Optionally limit segments or include English translation. Requires sub_id from schedule.
Instructions
获取「智云课堂」某节课的语音识别转录(带时间戳的逐段中文文本)。需要 sub_id(来自 zju_get_schedule 的 courses[].sub_id)。仅“回放”状态的课有转录。只读。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sub_id | Yes | 课程节次 id(zju_get_schedule 返回的 sub_id) | |
| max_segments | No | 最多返回多少段(防止过长);省略则全部返回 | |
| with_translation | No | 是否附带英文翻译行(TransText),默认 false |