@yidun/livedetect-sdk-h5 2.2.1 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -170,6 +170,7 @@ const neLiveDetection = new NELiveDetection({
|
|
|
170
170
|
| footerTip | Boolean | `true` | 是否显示底部图像和文字提示 | 否 |
|
|
171
171
|
| lang | String | `zh-CN` | 语言,支持列表见下方语言支持列表 | 否 |
|
|
172
172
|
| fallback | Boolean | `true` | 是否降级到视频录制上传 | 否 |
|
|
173
|
+
| preload | Boolean | `false` | 初始化是否开启预加载,开启后模型会提前加载和解析 | 否 |
|
|
173
174
|
| onMount | Function | - | 初始化实例挂载完成回调 | 否 |
|
|
174
175
|
| onReady | Function | - | 活体检测前的准备工作已完成回调 | 否 |
|
|
175
176
|
| apiServer | String | https://verify.dun.163yun.com | 私有化接口服务地址,仅支持以 `https` 开头的域名,版本需要大于 2.2.0 | 否 |
|