Persian Tools - v4.0.3
    Preparing search index...

    Interface TextAnalyzerOptions

    interface TextAnalyzerOptions {
        includeKeywords?: boolean;
        includeReadability?: boolean;
        includeSentiment?: boolean;
        includeStyle?: boolean;
        includeSuggestions?: boolean;
        keywordLimit?: number;
        wordsPerMinute?: number;
    }
    Index

    Properties

    includeKeywords?: boolean
    includeReadability?: boolean
    includeSentiment?: boolean
    includeStyle?: boolean
    includeSuggestions?: boolean
    keywordLimit?: number
    wordsPerMinute?: number