Member Junction
    Preparing search index...

    A single caption line (one side of the conversation) shown in the live-captions list.

    interface RealtimeCaption {
        Role: "User" | "Assistant";
        Text: string;
    }
    Index

    Properties

    Properties

    Role: "User" | "Assistant"
    Text: string