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

    Transcript segment for live context

    This replaces the previous TranscriptionEntry interface with updated field names to match the hiyve-cloud API.

    interface TranscriptSegment {
        confidence?: number;
        speaker: string;
        text: string;
        timestamp?: number;
    }
    Index

    Properties

    confidence?: number

    Transcription confidence score (0-1)

    speaker: string

    Speaker identifier (display name or user ID)

    text: string

    Transcript text content

    timestamp?: number

    Timestamp in milliseconds (epoch time)