@livekit/rtc-node
    Preparing search index...

    Interface TranscriptionSegment

    interface TranscriptionSegment {
        endTime: bigint;
        final: boolean;
        id: string;
        language: string;
        startTime: bigint;
        text: string;
    }
    Index

    Properties

    endTime: bigint
    final: boolean
    id: string
    language: string
    startTime: bigint
    text: string