未验证 提交 449427e9 编写于 作者: 评测功能说明 提交者: GitHub

Update api.md

上级 ac8dad0d
......@@ -406,39 +406,7 @@
### <a name="Json"></a>评测返回结果中Json字段说明
| | | |
| ----- | ----- | ----- |
| 名称| 类型 | 说明 |
| version | string | 结果格式版本及版本号 |
| lines | array | 每行输入文本的评测结果 |
| sample | string | 输入的标准文本 |
| usertext | string | 用户实际朗读的文本(语音识别结果) |
| begin | double | 开始时间,单位为秒 |
| end | double | 开始时间,单位为秒 |
| volume | double | 音量 |
| score | string | 分值 |
| subwords | double | 单词包含的音标 |
| integrity | double | 录入语音的完整度 |
| pronunciation | double | 录入语音的标准度 |
| fluency | double | 录入语音的流利度 |
| words | array | 每个词的评测结果 |
| text | string | 结果格式版本及版本号 | 词的字符串,使用"sil"表示语音中的静音段 |
| type | int | 类型,共有6种类型,分别是:0 多词;1 漏词;2 正常词;3 错误词;4 静音;5 重复词;8 生词 |
| sentSample | array | 句式标准文本 |
| sentScore | array | 句式总分 |
| sentPronunciation | array | 句式标准度得分 |
| sentFluency | array | 句式流利度得分 |
| sentIntegrity | array | 句式完整度得分 |
| keySample | array | 关键词sample(包括关键词和每个关键词的得分 |
| keysScore | array | 关键词总分 |
| keysPronunciation | array | 关键词标准度得分 |
| keysIntegrity | array | 关键词完整度得分 |
| keysFluency | array | 关键词流利度 |
| standardScore | string | 客户定制,输出的分制,当前含有4分制和8分制 |
| StressOfSent | string | 句子重读,每个单词都输出,0:该单词没有被重读;1:该单词被重读 |
| StressOfWord | string | 单词重音,将用户发音和词典的重音位置做比较,0:该单词重音朗读错误;1:该单词重音朗读错误 |
| tone | array | 输出全部信息,数据可以用于画用户的发音曲线,目前只有内部在使用 |
| audiocheck | array | 音质检测结果。volume:音量过小的置信度;clipping:截幅的置信度;noise:噪音过大的置信度;cut:截断的置信度;too short:是否音频过短;emptyAudio:是否是空音频。备注:置信度的范围是0-10,数字越大,表示存在问题的可能性越大 |
**Json字段说明请查找:**<a href=https://github.com/oraleval/FAQ-Docs/blob/master/Json%20Description.md>Json字段说明</a>
### 常见问题FAQ
<a href="https://github.com/oraleval/FAQ-Docs/blob/master/FAQ.md">FAQ</a>|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册