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

    Interface CoachingAnalysis

    Coaching analysis

    interface CoachingAnalysis {
        fillerWords: { count: number; examples: string[]; frequency: string };
        interruptions: { count: number; instances: string[] };
        overallScore: number;
        pacing: { notes: string; score: number };
        questionQuality: {
            closedEnded: number;
            examples: string[];
            openEnded: number;
            score: number;
        };
        summary: string;
        talkListenRatio: { listening: number; speaking: number };
        topImprovements: string[];
        topStrengths: string[];
    }
    Index

    Properties

    fillerWords: { count: number; examples: string[]; frequency: string }

    Filler word analysis

    interruptions: { count: number; instances: string[] }

    Interruption tracking

    overallScore: number

    Overall score 0-100

    pacing: { notes: string; score: number }

    Pacing assessment

    questionQuality: {
        closedEnded: number;
        examples: string[];
        openEnded: number;
        score: number;
    }

    Question quality assessment

    summary: string

    Summary text

    talkListenRatio: { listening: number; speaking: number }

    Talk vs listen ratio

    topImprovements: string[]

    Top improvements

    topStrengths: string[]

    Top strengths