Object propertyDescription
idString Unique identifier
suggestionsArray An array of suggestions object
summaryObject Describe what's mistake your text contain and the kind of errors found
statisticsArray An array of statistic object
{
    "id": "511c1280f4f8612a",
    "suggestions": [
        {
            "id": "4d180850170aa43ca62c0536e4ab186f6e9c7c98-0",
            "category": "spelling",
            "start": 11,
            "length": 4,
            "message": "Possible spelling mistake found."
        }
    ],
    "summary": {
        "total": 1,
        "categories": [
            {
                "id": "spelling",
                "name": "Spelling",
                "desc": "Spelling searches for words that are not in the English dictionary.",
                "subcategories": [],
                "total": 1
            },
            {
                "id": "grammar",
                "name": "Grammar",
                "desc": "Grammar looks for grammatically incorrect phrases.",
                "subcategories": [
                    {
                        "id": "essentialgrammar",
                        "name": "Basic",
                        "desc": "Basic Grammar finds simple grammatical issues.",
                        "total": 0
                    },
                    {
                        "id": "determiners",
                        "name": "Determiners",
                        "desc": "Determiner looks finds instances where you may be missing a determiner.",
                        "total": 0
                    },
                    {
                        "id": "repetition",
                        "name": "Repetition",
                        "desc": "Repetition looks for words or phrases that have been unnecessarily repeated.",
                        "total": 0
                    },
                    {
                        "id": "confusion",
                        "name": "Word Confusion",
                        "desc": "Word Confusion looks for errors where words are commonly confused, including homophones and oronyms.",
                        "total": 0
                    },
                    {
                        "id": "punctuation",
                        "name": "Punctuation",
                        "desc": "Punctuation looks for issues around punctuation, including appropriate spacing and choice of punctuation.",
                        "total": 0
                    },
                    {
                        "id": "capitalisation",
                        "name": "Capitalisation",
                        "desc": "Capitalisation looks for cases when words are not capitalised, but should be.",
                        "total": 0
                    }
                ],
                "total": 0
            },
            {
                "id": "eloquence",
                "name": "Eloquence",
                "desc": "Eloquence is a unique and powerful feature. It uses advanced Artificial Intelligence to improve the eloquence of your writing style. The suggested changes include both stylistic and structural modifications.",
                "subcategories": [
                    {
                        "id": "phrasing",
                        "name": "Phrasing",
                        "desc": "Phrasing searches for ways to improve the flow and eloquence of your writing style.",
                        "total": 0
                    },
                    {
                        "id": "efficiency",
                        "name": "Efficiency",
                        "desc": "Efficiency looks for wordy language that can be more concisely expressed.",
                        "total": 0
                    },
                    {
                        "id": "vocabulary",
                        "name": "Vocabulary",
                        "desc": "Vocabulary provides alternatives for weak words.",
                        "total": 0
                    },
                    {
                        "id": "passive",
                        "name": "Passive Voice",
                        "desc": "Passive Voice looks for cases of passive voice that might be improved if written in active voice.",
                        "total": 0
                    }
                ],
                "total": 0
            },
            {
                "id": "experimental",
                "name": "Experimental",
                "desc": "Experimental contains the latest AI-powered features. These suggestions are still being refined, but are often very powerful.",
                "subcategories": [
                    {
                        "id": "grammarcap",
                        "name": "Case",
                        "desc": "Case uses AI to determine if words should be uppercase.",
                        "total": 0
                    },
                    {
                        "id": "grammarplural",
                        "name": "Singular / Plural",
                        "desc": "Singular / Plural uses AI to determine if words should be singular or plural.",
                        "total": 0
                    },
                    {
                        "id": "grammarverbs",
                        "name": "Verb Form",
                        "desc": "Verb Form uses AI to determine if verbs are in the correct form.",
                        "total": 0
                    }
                ],
                "total": 0
            }
        ]
    },
	"statistics": [
        {
            "desc": "Characters",
            "value": "15"
        },
        {
            "desc": "Words",
            "value": "4"
        },
        {
            "desc": "Sentences",
            "value": "1"
        },
        {
            "desc": "Syllables / Word",
            "value": "1"
        },
        {
            "desc": "Words / Sentence",
            "value": "4"
        },
        {
            "desc": "Readability",
            "value": "97",
            "info": "A score indicating the reading ease of the document text, the higher the score the easier it is to read."
        },
        {
            "desc": "Grade Level",
            "value": "1",
            "info": "Indicates the number of years of schooling required to understand the document text."
        },
        {
            "desc": "Reading Time",
            "value": "a few seconds",
            "info": "Indicates the reading time based on reading speed (200 WPM)"
        },
        {
            "desc": "Speaking Time",
            "value": "a few seconds",
            "info": "Indicates the speaking time based on speaking speed (150 WPM)"
        }
    ]
}