Weteach-小程序


语音评测(APP)

<p><strong>简要描述:</strong> </p> <ul> <li>语音评测接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/apj/cli/voice/judge</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">text</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>原文</td> </tr> <tr> <td style="text-align: left;">voice_text</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>语音转换的结果</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;result&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;message&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;voiceText&amp;quot;: &amp;quot;how do i do&amp;quot;, &amp;quot;text&amp;quot;: &amp;quot;How do you do test name&amp;quot;, &amp;quot;score&amp;quot;: 50, &amp;quot;result&amp;quot;: [ { &amp;quot;word&amp;quot;: &amp;quot;how&amp;quot;, &amp;quot;matched&amp;quot;: true }, { &amp;quot;word&amp;quot;: &amp;quot;do&amp;quot;, &amp;quot;matched&amp;quot;: true }, { &amp;quot;word&amp;quot;: &amp;quot;you&amp;quot;, &amp;quot;matched&amp;quot;: false }, { &amp;quot;word&amp;quot;: &amp;quot;do&amp;quot;, &amp;quot;matched&amp;quot;: true }, { &amp;quot;word&amp;quot;: &amp;quot;test&amp;quot;, &amp;quot;matched&amp;quot;: false }, { &amp;quot;word&amp;quot;: &amp;quot;name&amp;quot;, &amp;quot;matched&amp;quot;: false } ] } }</code></pre>

页面列表

ITEM_HTML