SpeakerRevisionItem: {
    speaker_label?: string;
    turn_order: number;
    words: StreamingWord[];
}

A single earlier Turn whose speaker labels were revised by reclustering. Match by turn_order against the original Turn; replace its per-word speaker assignments (and the turn-level speaker_label) with these. Text and word timestamps are unchanged from the original Turn.