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

    Interface TranscriptionColors

    Color configuration for the TranscriptViewer.

    interface TranscriptionColors {
        background: string;
        confidenceHigh: string;
        confidenceLow: string;
        confidenceMedium: string;
        dateDivider: string;
        localUser: string;
        sentimentNegative: string;
        sentimentNeutral: string;
        sentimentPositive: string;
        text: string;
        textSecondary: string;
    }
    Index

    Properties

    background: string

    Background color.

    confidenceHigh: string

    Color for high confidence text.

    confidenceLow: string

    Color for low confidence text.

    confidenceMedium: string

    Color for medium confidence text.

    dateDivider: string

    Date divider background.

    localUser: string

    Color for local user indicator.

    sentimentNegative: string

    Negative sentiment color.

    sentimentNeutral: string

    Neutral sentiment color.

    sentimentPositive: string

    Positive sentiment color.

    text: string

    Text color.

    textSecondary: string

    Secondary text color (timestamps, etc.).