Hiyve Components - v1.0.0
    Preparing search index...

    Interface TranscriptionGroupType

    A group of transcription entries from the same speaker within a time window.

    interface TranscriptionGroupType {
        averageConfidence: number;
        combinedText: string;
        entries: TranscriptionEntry[];
        speaker: string;
        speakerColor: string;
        speakerName: string;
        startTime: Date;
    }
    Index

    Properties

    averageConfidence: number

    Average confidence across all entries.

    combinedText: string

    Combined text from all entries.

    All entries in this group.

    speaker: string

    User ID of the speaker.

    speakerColor: string

    Consistent color for this speaker.

    speakerName: string

    Display name of the speaker.

    startTime: Date

    Timestamp of the first entry in this group.