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

    Interface DimensionScore

    Dimension score with evidence

    interface DimensionScore {
        evidence: string[];
        improvements?: string[];
        notes?: string[];
        score: number;
    }
    Index

    Properties

    evidence: string[]

    Evidence quotes from transcript

    improvements?: string[]

    Improvement suggestions or notes

    notes?: string[]

    General notes

    score: number

    Score 0-100