/analyzeCompute language metrics from pre-transcribed utterances.
Request
{
"utterances": [
{ "index": 0, "speaker": "child", "text": "the dog runs",
"morphemes": ["the","dog","run","-s"], "morphemeCount": 4,
"wordCount": 3, "isGrammatical": true, "errors": [] }
],
"ageMonths": 48
}Response
{
"metrics": { "mluMorphemes": 4.0, "mluWords": 3.0, "ttr": 1.0, "ndw": 3, ... },
"advanced": { "dss": 6.5, "ipsynScore": 12.0, ... },
"normative": { "expectedRange": [3.75, 4.5], "deviation": -0.25 }
}