Browse Source

更新 'AI/人脸识别接口文档.md'

pull/1/head
周雪成 4 years ago
parent
commit
2203576fdc
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      AI/人脸识别接口文档.md

+ 2
- 2
AI/人脸识别接口文档.md View File

@@ -9,9 +9,9 @@
9 9
 | 请求参数  | 类型 | 是否必填 | 说明 |
10 10
 | --- | --- | --- | --- | 
11 11
 | async | boolean| 否 | 是否开启异步反馈模式,默认为false |
12
-| liveCode | String| 否 | 传入对比数据为视频并选择LIP模式时必传,参数为数字验证码接口获取的参数 |
12
+| liveCode | String| 否 | 传入对比数据为视频并选择LIP模式时必传,参数为`数字验证码接口`获取的验证码 |
13 13
 | --- | --- | --- | --- |
14
-| image | -| - | 作为对比参照的客户照片 |
14
+| image | -| - | 对比时要参照的客户照片 |
15 15
 | origin | String| 否 | image的数据类型。<br/> base64字符串:self<br/>来自文件服务器:fds (**带压缩效果,推荐使用,详见[fds使用文档](../file/文件服务器接口.md))**<br/>图片链接:uri <br/>默认为 self |
16 16
 | data | String| 是 | 图片数据(base64,文件服务器文件路径或链接) |
17 17
 | --- | --- | --- | --- |

Loading…
Cancel
Save