提交 5f1dc3d4 编写于 作者: 云知声教育组 提交者: GitHub

Update api.md

上级 9f1cb3ff
......@@ -6,6 +6,8 @@
* [IOralEvalSDK.OfflineSDKError](#ioralevalsdkofflinesdkpreparationerror)
* [IOralEvalSDK.ICallback](#ioralevalsdkicallback)
* [SDKError](#ioralevalsdkerror)
* [Json字段说明](#json result description)
<br/>
### <a name="oralevalsdkfactory"></a>OralEvalSDKFactory
......@@ -354,3 +356,27 @@
| 说明| 录音结束回调 |
|版本支持| 3.6.24 |
<br/>
### <a name="json result description"></a>Json字段说明
<br/>
| | | |
| ----- | ----- | ----- |
| 名称| 类型 | 说明 |
| 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 重复词 |
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册