NEW! Pronunciation Score, EPS score, CEFR score, TOEFL score, TOEIC score, PTE score ADDED in Scripted API
The Scripted API Premium V3 now provides:
- utterance.nativeness_score is changed to utterance.pronunciation_score
- utterance.nativeness_score_partial is changed to utterance.pronunciation_score_partial
- New metrics are added:
- utterance.eps_score,
- utterance.cefr_score
- utterance.toefl_score
- utterance.toeic_score
- utterance.pte_score
- utterance.decision can now be “correct”, “warning”, “incorrect” (from “correct”, “almost_correct”, “incorrect” in v2)
- utterance.has_speech is removed, a “false” is equivalent to the “UNSPOKEN” type in utterance.attempt_type
- utterance.words.text is the equivalent to v2’s utterance.words.text_orig
- utterance.words.word is the equivalent to v2’s utterance.words.text
- utterance.words.decision can now be “correct”, “warning”, “incorrect” (from “correct”, “almost_correct”, “incorrect” in v2)
- utterance.words.phonemes.ipa is the equivalent to v2’s utterance.words.phonemes.trans
- utterance.words.phonemes.decision can now be “correct”, “warning”, “incorrect” (from “correct”, “warning”, “error” in v2)