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

    Interface TextAnalysisResult

    interface TextAnalysisResult {
        cleanedText: string;
        keywords: KeywordAnalysis;
        language: LanguageDetection;
        originalText: string;
        quality: { issues: string[]; score: number; strengths: string[] };
        ratios: TextRatios;
        readability: ReadabilityMetrics;
        sentiment: SentimentAnalysis;
        statistics: TextStatistics;
        style: StyleAnalysis;
        suggestions: string[];
    }
    Index

    Properties

    cleanedText: string
    keywords: KeywordAnalysis
    originalText: string
    quality: { issues: string[]; score: number; strengths: string[] }
    ratios: TextRatios
    readability: ReadabilityMetrics
    statistics: TextStatistics
    suggestions: string[]