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

    Interface TranscriptionViewColors

    Color overrides for the TranscriptionView component.

    All keys are optional. Unset keys fall back to the built-in defaults.

    interface TranscriptionViewColors {
        activeIndicator: string;
        background: string;
        dividerColor: string;
        localSpeakerText: string;
        partialText: string;
        remoteSpeakerText: string;
        timestampText: string;
        transcriptionText: string;
    }
    Index

    Properties

    activeIndicator: string

    Color of the active transcribing indicator dot.

    '#34C759'

    background: string

    Background color of the transcription view.

    '#FFFFFF'

    dividerColor: string

    Color of the divider between transcription groups.

    '#E5E5EA'

    localSpeakerText: string

    Text color for the local speaker's name.

    '#007AFF'

    partialText: string

    Text color for partial (non-final) transcription entries.

    '#999999'

    remoteSpeakerText: string

    Text color for remote speakers' names.

    '#333333'

    timestampText: string

    Text color for timestamps.

    '#8E8E93'

    transcriptionText: string

    Text color for transcription content.

    '#000000'