SongGuess
    Preparing search index...
    type StreamCaption = {
        generated?: boolean;
        label: string;
        language: string;
        status?: "ready" | "inprogress" | "error";
    }
    Index

    Properties

    generated?: boolean

    Whether the caption was generated via AI.

    label: string

    The language label displayed in the native language to users.

    language: string

    The language tag in BCP 47 format.

    status?: "ready" | "inprogress" | "error"

    The status of a generated caption.