@willwade/aac-processors
    Preparing search index...

    Interface SentenceAnalysis

    Sentence construction analysis

    interface SentenceAnalysis {
        comp_effort: number;
        comp_typing: boolean;
        effort: number;
        sentence: string;
        typing: boolean;
        words: string[];
    }
    Index

    Properties

    comp_effort: number
    comp_typing: boolean
    effort: number
    sentence: string
    typing: boolean
    words: string[]