transcript
A text transcript of audio/video content. Linked from meetings and videos.
| Metadata | Value |
|---|---|
| Plural | transcripts |
Fields
Section titled “Fields”| Field | Type |
|---|---|
language | string |
sourceType | string |
contentRole | string |
durationMs | integer |
segmentCount | integer |
segments | json |
Prior art
Section titled “Prior art”External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.
- WebVTT (W3C) — Our segments are WebVTT cues (start/end/text). language follows WebVTT’s LANGUAGE header.
- SRT SubRip Subtitles — Practical alternative cue format. Same segment shape.
- Whisper JSON output — Practical source — many transcript skills return Whisper-shaped JSON (segments with start/end/text). Direct match.