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

    Interface TranscriptionMoodData

    Mood data passed to transcription enrichment callbacks.

    interface TranscriptionMoodData {
        confidence: number;
        emotion: string;
        engagement?: number;
        sentiment: "positive" | "negative" | "neutral";
    }
    Index

    Properties

    confidence: number

    Detection confidence score (0-1)

    emotion: string

    Detected emotion string

    engagement?: number

    Engagement score (0-1)

    sentiment: "positive" | "negative" | "neutral"

    Sentiment classification derived from emotion