LiveKit JS Client SDK - v2.15.6
    Preparing search index...

    Interface TranscriptionAttributes

    Schema for transcription-related attributes

    interface TranscriptionAttributes {
        "lk.segment_id"?: string;
        "lk.transcribed_track_id"?: string;
        "lk.transcription_final"?: boolean;
        [property: string]: any;
    }

    Indexable

    • [property: string]: any
    Index

    Properties

    "lk.segment_id"?: string

    The segment id of the transcription

    "lk.transcribed_track_id"?: string

    The associated track id of the transcription

    "lk.transcription_final"?: boolean

    Whether the transcription is final