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

    AI analysis from transcription.

    interface TranscriptionAnalysis {
        action_items?: (
            | string
            | { assignee_mentioned_name?: string; deadline?: string; task?: string }
        )[];
        key_discussion_points?: string[];
        overall_summary?: string;
        participant_overview?: {
            contribution_summary?: string;
            name?: string;
            participant_id?: string;
            percentage_of_total_time?: string;
        }[];
        sentiment_overview?: { overall_impression?: string };
    }
    Index

    Properties

    action_items?: (
        | string
        | { assignee_mentioned_name?: string; deadline?: string; task?: string }
    )[]

    Action items

    key_discussion_points?: string[]

    Key discussion points

    overall_summary?: string

    Overall summary of the meeting

    participant_overview?: {
        contribution_summary?: string;
        name?: string;
        participant_id?: string;
        percentage_of_total_time?: string;
    }[]

    Participant contributions

    sentiment_overview?: { overall_impression?: string }

    Overall sentiment