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

    Interface TranscriptionGroupProps

    Props for the TranscriptionGroup component.

    interface TranscriptionGroupProps {
        colors?: Partial<TranscriptionColors>;
        group: TranscriptionGroupType;
        isLocalUser?: boolean;
        labels?: Partial<TranscriptionLabels>;
        onClick?: () => void;
        showConfidence?: boolean;
        showSentiment?: boolean;
        showTimestamp?: boolean;
        styles?: Partial<TranscriptionStyles>;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    colors?: Partial<TranscriptionColors>

    Custom colors.

    The grouped transcription data.

    isLocalUser?: boolean

    Whether this group is from the local user.

    labels?: Partial<TranscriptionLabels>

    Custom labels.

    onClick?: () => void

    Callback when clicked.

    showConfidence?: boolean

    Whether to show confidence indicator.

    showSentiment?: boolean

    Whether to show sentiment indicator.

    showTimestamp?: boolean

    Whether to show timestamp.

    styles?: Partial<TranscriptionStyles>

    Custom styles.

    sx?: SxProps<Theme>

    Additional MUI sx props.