识别结果JSON详情
<p>RTOS小系统裁剪后的识别返回结果如下:
封面识别返回结果</p>
<pre><code class="language-json">{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;ok&quot;,
&quot;data&quot;: {
&quot;brs&quot;: {
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;ok&quot;,
&quot;data&quot;: {
&quot;page&quot;: {
&quot;pageId&quot;: 272623,
&quot;bookId&quot;: 4895,
&quot;modelId&quot;: 27,
&quot;type&quot;: 1,
&quot;pagination&quot;: 0,
&quot;imageId&quot;: &quot;32d1da8c-7698-49d5-806d-4510e8909640&quot;,
&quot;extraData&quot;: &quot;&quot;,
&quot;physicalIndex&quot;: 1,
&quot;physicalState&quot;: 0,
&quot;audios&quot;: {
&quot;voice&quot;: [{
&quot;fileName&quot;: &quot;http://client-api1.51wanxue.com/api-client/file/audio/1e9a090d869611e9a6166c92bf315f73/voice/e77698d2-031e-4bde-b8f1-9ed091b0afc8.mp3&quot;,
&quot;clientFileName&quot;: &quot;封面.mp3&quot;,
&quot;startAt&quot;: 0.0,
}]
}
},
&quot;predict&quot;: null,
&quot;book&quot;: {
&quot;totalPage&quot;: 11,
&quot;bookId&quot;: 4895,
&quot;bookName&quot;: &quot;灰姑娘&quot;,
&quot;author&quot;: &quot;[中]孙静&quot;,
&quot;isbn&quot;: &quot;9787549249237&quot;,
&quot;extraData&quot;: &quot;&quot;,
&quot;mainPage&quot;: 8,
&quot;resourceType&quot;: 1,
&quot;repos&quot;: [{
&quot;id&quot;: 27,
&quot;bookId&quot;: 4895,
&quot;language&quot;: 1,
&quot;soundRay&quot;: 1
}],
&quot;currentRepo&quot;: {
&quot;id&quot;: 27,
&quot;bookId&quot;: 4895,
&quot;language&quot;: 1,
&quot;soundRay&quot;: 1
}
},
&quot;recType&quot;: 0,
&quot;similarBooks&quot;: [{
&quot;bookId&quot;: 4895,
&quot;repoId&quot;: 27,
&quot;priority&quot;: 1
}],
&quot;LocationSuccess&quot;: false,
&quot;LocationData&quot;: null
}
},
&quot;fds&quot;: null
}
}</code></pre>
<p>内页识别结果返回</p>
<pre><code class="language-json">{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;ok&quot;,
&quot;data&quot;: {
&quot;brs&quot;: {
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;ok&quot;,
&quot;data&quot;: {
&quot;page&quot;: {
&quot;pageId&quot;: 272643,
&quot;bookId&quot;: 4895,
&quot;modelId&quot;: 27,
&quot;type&quot;: 5,
&quot;pagination&quot;: 0,
&quot;imageId&quot;: &quot;de004166-74d3-4e5d-a80b-8bf38d058066&quot;,
&quot;extraData&quot;: &quot;&quot;,
&quot;physicalIndex&quot;: 3,
&quot;physicalState&quot;: 0,
&quot;audios&quot;: {
&quot;voice&quot;: [{
&quot;fileName&quot;: &quot;http://client-api1.51wanxue.com/api-client/xxx.mp3&quot;,
&quot;clientFileName&quot;: &quot;y- (1).mp3&quot;,
&quot;startAt&quot;: 8.72,
}, {
&quot;fileName&quot;: &quot;http://client-api1.51wanxue.com/api-client/xxx.mp3&quot;,
&quot;clientFileName&quot;: &quot;1.mp3&quot;,
&quot;startAt&quot;: 0.0,
}]
}
},
&quot;predict&quot;: null,
&quot;LocationSuccess&quot;: false,
&quot;LocationData&quot;: null
}
},
&quot;fds&quot;: null
}
}</code></pre>