Hiyve Components - v1.0.0
    Preparing search index...
    interface AnalysisData {
        ai_analysis?: AiAnalysis;
        ai_provider?: string;
        conversation_metadata?: {
            processing_model?: string;
            timestamp?: string;
            total_participants?: number;
            total_segments?: number;
        };
        decisions_made?: Decision[];
        enhanced_with_ai?: boolean;
        enhancement_timestamp?: string;
        follow_up_questions?: FollowUpQuestion[];
        meeting_metadata?: {
            model?: string;
            participant_count?: number;
            provider?: string;
            total_duration_seconds?: number;
            total_segments?: number;
        };
        overall_sentiment?: string;
        overall_summary?: string;
        participant_stats?: ParticipantStat[];
    }
    Index

    Properties

    ai_analysis?: AiAnalysis
    ai_provider?: string
    conversation_metadata?: {
        processing_model?: string;
        timestamp?: string;
        total_participants?: number;
        total_segments?: number;
    }
    decisions_made?: Decision[]
    enhanced_with_ai?: boolean
    enhancement_timestamp?: string
    follow_up_questions?: FollowUpQuestion[]
    meeting_metadata?: {
        model?: string;
        participant_count?: number;
        provider?: string;
        total_duration_seconds?: number;
        total_segments?: number;
    }
    overall_sentiment?: string
    overall_summary?: string
    participant_stats?: ParticipantStat[]