tccli 3.0.1351.1__py2.py3-none-any.whl → 3.0.1353.1__py2.py3-none-any.whl

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.
Files changed (70) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/ai3d/v20250513/api.json +1 -1
  3. tccli/services/ai3d/v20250513/examples.json +1 -1
  4. tccli/services/aiart/v20221229/api.json +3 -3
  5. tccli/services/apm/v20210622/api.json +1 -1
  6. tccli/services/ccc/v20200210/api.json +1 -1
  7. tccli/services/cdb/v20170320/api.json +2 -2
  8. tccli/services/cdn/v20180606/api.json +0 -3
  9. tccli/services/cdn/v20180606/examples.json +2 -2
  10. tccli/services/cfg/v20210820/api.json +11 -0
  11. tccli/services/cfs/v20190719/api.json +46 -0
  12. tccli/services/csip/v20221121/api.json +21 -3
  13. tccli/services/csip/v20221121/examples.json +1 -1
  14. tccli/services/ctem/ctem_client.py +212 -0
  15. tccli/services/ctem/v20231128/api.json +1609 -633
  16. tccli/services/ctem/v20231128/examples.json +32 -0
  17. tccli/services/cwp/v20180228/api.json +11 -1
  18. tccli/services/cynosdb/v20190107/api.json +28 -0
  19. tccli/services/cynosdb/v20190107/examples.json +4 -4
  20. tccli/services/eb/v20210416/api.json +17 -8
  21. tccli/services/eb/v20210416/examples.json +1 -1
  22. tccli/services/ess/ess_client.py +114 -8
  23. tccli/services/ess/v20201111/api.json +212 -0
  24. tccli/services/ess/v20201111/examples.json +16 -0
  25. tccli/services/iai/v20180301/api.json +143 -135
  26. tccli/services/iai/v20180301/examples.json +18 -12
  27. tccli/services/iai/v20200303/api.json +4 -4
  28. tccli/services/igtm/v20231024/api.json +139 -139
  29. tccli/services/iotvideo/v20191126/api.json +1 -1
  30. tccli/services/iotvideo/v20201215/api.json +1 -1
  31. tccli/services/iotvideo/v20211125/api.json +1 -1
  32. tccli/services/iss/v20230517/api.json +9 -9
  33. tccli/services/lighthouse/v20200324/api.json +10 -0
  34. tccli/services/live/v20180801/api.json +299 -3
  35. tccli/services/live/v20180801/examples.json +6 -6
  36. tccli/services/lke/v20231130/api.json +2 -2
  37. tccli/services/lkeap/v20240522/api.json +96 -19
  38. tccli/services/lkeap/v20240522/examples.json +2 -2
  39. tccli/services/mongodb/v20190725/api.json +2 -2
  40. tccli/services/mongodb/v20190725/examples.json +1 -1
  41. tccli/services/monitor/v20180724/api.json +45 -31
  42. tccli/services/monitor/v20180724/examples.json +2 -2
  43. tccli/services/mps/mps_client.py +53 -0
  44. tccli/services/mps/v20190612/api.json +580 -279
  45. tccli/services/mps/v20190612/examples.json +18 -4
  46. tccli/services/ocr/v20181119/api.json +24 -4
  47. tccli/services/ocr/v20181119/examples.json +1 -1
  48. tccli/services/omics/v20221128/api.json +9 -0
  49. tccli/services/pts/v20210728/api.json +1 -1
  50. tccli/services/tcbr/v20220217/api.json +10 -0
  51. tccli/services/teo/teo_client.py +777 -35
  52. tccli/services/teo/v20220901/api.json +1026 -3
  53. tccli/services/teo/v20220901/examples.json +154 -0
  54. tccli/services/tione/v20211111/api.json +9 -0
  55. tccli/services/tke/v20180525/api.json +49 -1
  56. tccli/services/trro/v20220325/api.json +1 -1
  57. tccli/services/trtc/trtc_client.py +459 -35
  58. tccli/services/trtc/v20190722/api.json +1068 -81
  59. tccli/services/trtc/v20190722/examples.json +64 -0
  60. tccli/services/tts/v20190823/api.json +1 -1
  61. tccli/services/vod/v20180717/api.json +60 -60
  62. tccli/services/vod/v20180717/examples.json +37 -37
  63. tccli/services/wedata/v20210820/api.json +501 -3
  64. tccli/services/wedata/v20210820/examples.json +86 -0
  65. tccli/services/wedata/wedata_client.py +440 -69
  66. {tccli-3.0.1351.1.dist-info → tccli-3.0.1353.1.dist-info}/METADATA +2 -2
  67. {tccli-3.0.1351.1.dist-info → tccli-3.0.1353.1.dist-info}/RECORD +70 -70
  68. {tccli-3.0.1351.1.dist-info → tccli-3.0.1353.1.dist-info}/WHEEL +0 -0
  69. {tccli-3.0.1351.1.dist-info → tccli-3.0.1353.1.dist-info}/entry_points.txt +0 -0
  70. {tccli-3.0.1351.1.dist-info → tccli-3.0.1353.1.dist-info}/license_files/LICENSE +0 -0
@@ -87,25 +87,25 @@
87
87
  "CreatePerson": [
88
88
  {
89
89
  "document": "人员ID不可重复",
90
- "input": "https://iai.tencentcloudapi.com/?Action=CreatePerson\r\n&GroupId=ZhuYuanDormitoryNo1\r\n&PersonName=Cheng\r\n&PersonId=1001\r\n&Gender=2\r\n&Url=http://test.image.myqcloud.com/testD.jpg\r\n&Version=2018-03-01\r\n&<公共请求参数>",
90
+ "input": "https://iai.tencentcloudapi.com/?Action=CreatePerson\n&GroupId=ZhuYuanDormitoryNo1\n&PersonName=Cheng\n&PersonId=1001\n&Gender=2\n&Url=http://test.image.myqcloud.com/testD.jpg\n&<公共请求参数>",
91
91
  "output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.PersonIdAlreadyExist\",\n \"Message\": \"人员ID已经存在。人员ID不可重复。\"\n },\n \"RequestId\": \"76dedef7-af27-4a20-9064-c5ef3133926d\"\n }\n}",
92
92
  "title": "错误示例"
93
93
  },
94
94
  {
95
95
  "document": "人员库ID不存在",
96
- "input": "https://iai.tencentcloudapi.com/?Action=CreatePerson\r\n&GroupId=ShenZhenCitizen\r\n&PersonName=Siccy\r\n&PersonId=3001\r\n&Gender=2\r\n&Url=http://test.image.myqcloud.com/testC.jpg\r\n&Version=2018-03-01\r\n&<公共请求参数>",
96
+ "input": "https://iai.tencentcloudapi.com/?Action=CreatePerson\n&GroupId=ShenZhenCitizen\n&PersonName=Siccy\n&PersonId=3001\n&Gender=2\n&Url=http://test.image.myqcloud.com/testC.jpg\n&<公共请求参数>",
97
97
  "output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.GroupIdNotExist\",\n \"Message\": \"人员库ID不存在。\"\n },\n \"RequestId\": \"dfa512fc-fd07-4bf1-a292-cb497b620857\"\n }\n}",
98
98
  "title": "错误示例-2"
99
99
  },
100
100
  {
101
101
  "document": "",
102
- "input": "https://iai.tencentcloudapi.com/?Action=CreatePerson\r\n&GroupId=ZhuYuanDormitoryNo1\r\n&PersonName=Junly\r\n&PersonId=2001\r\n&Gender=1\r\n&Url=http://test.image.myqcloud.com/testB.jpg\r\n&PersonExDescriptionInfos.0.PersonExDescriptionIndex=0\r\n&PersonExDescriptionInfos.0.PersonExDescription=计算机学院\r\n&PersonExDescriptionInfos.1.PersonExDescriptionIndex=1\r\n&PersonExDescriptionInfos.1.PersonExDescription=软件工程\r\n&PersonExDescriptionInfos.2.PersonExDescriptionIndex=2\r\n&PersonExDescriptionInfos.2.PersonExDescription=15级\r\n&PersonExDescriptionInfos.3.PersonExDescriptionIndex=3\r\n&PersonExDescriptionInfos.3.PersonExDescription=3150808\r\n&Version=2018-03-01\r\n&<公共请求参数>",
102
+ "input": "https://iai.tencentcloudapi.com/?Action=CreatePerson\n&GroupId=ZhuYuanDormitoryNo1\n&PersonName=Junly\n&PersonId=2001\n&Gender=1\n&Url=http://test.image.myqcloud.com/testB.jpg\n&PersonExDescriptionInfos.0.PersonExDescriptionIndex=0\n&PersonExDescriptionInfos.0.PersonExDescription=计算机学院\n&PersonExDescriptionInfos.1.PersonExDescriptionIndex=1\n&PersonExDescriptionInfos.1.PersonExDescription=软件工程\n&PersonExDescriptionInfos.2.PersonExDescriptionIndex=2\n&PersonExDescriptionInfos.2.PersonExDescription=15级\n&PersonExDescriptionInfos.3.PersonExDescriptionIndex=3\n&PersonExDescriptionInfos.3.PersonExDescription=3150808\n&<公共请求参数>",
103
103
  "output": "{\n \"Response\": {\n \"FaceId\": \"3454816969590585885\",\n \"SimilarPersonId\": \"\",\n \"FaceRect\": {\n \"X\": 172,\n \"Y\": 122,\n \"Width\": 178,\n \"Height\": 228\n },\n \"FaceModelVersion\": \"3.0\",\n \"RequestId\": \"738a2fb0-bd4b-4cf6-9c91-18d50978d76b\"\n }\n}",
104
104
  "title": "创建人员接口"
105
105
  },
106
106
  {
107
107
  "document": "创建人员",
108
- "input": "https://iai.tencentcloudapi.com/?Action=CreatePerson\r\n&GroupId=TencentShenZhenEmployee\r\n&PersonName=evanliao\r\n&PersonId=1001\r\n&Gender=1\r\n&Url=http://test.image.myqcloud.com/testA.jpg\r\n&PersonExDescriptionInfos.0.PersonExDescriptionIndex=0\r\n&PersonExDescriptionInfos.0.PersonExDescription=云与智慧产业事业群\r\n&PersonExDescriptionInfos.1.PersonExDescriptionIndex=1\r\n&PersonExDescriptionInfos.1.PersonExDescription=人工智能产品中心\r\n&PersonExDescriptionInfos.2.PersonExDescriptionIndex=2\r\n&PersonExDescriptionInfos.2.PersonExDescription=人脸识别产品组\r\n&Version=2018-03-01\r\n&<公共请求参数>",
108
+ "input": "https://iai.tencentcloudapi.com/?Action=CreatePerson\n&GroupId=TencentShenZhenEmployee\n&PersonName=evanliao\n&PersonId=1001\n&Gender=1\n&Url=http://test.image.myqcloud.com/testA.jpg\n&PersonExDescriptionInfos.0.PersonExDescriptionIndex=0\n&PersonExDescriptionInfos.0.PersonExDescription=云与智慧产业事业群\n&PersonExDescriptionInfos.1.PersonExDescriptionIndex=1\n&PersonExDescriptionInfos.1.PersonExDescription=人工智能产品中心\n&PersonExDescriptionInfos.2.PersonExDescriptionIndex=2\n&PersonExDescriptionInfos.2.PersonExDescription=人脸识别产品组\n&<公共请求参数>",
109
109
  "output": "{\n \"Response\": {\n \"FaceId\": \"3454816969590585881\",\n \"SimilarPersonId\": \"\",\n \"FaceRect\": {\n \"X\": 172,\n \"Y\": 122,\n \"Width\": 178,\n \"Height\": 228\n },\n \"FaceModelVersion\": \"3.0\",\n \"RequestId\": \"269a6bc0-0016-47e8-a63d-517ce4052b0e\"\n }\n}",
110
110
  "title": "创建人员接口-2"
111
111
  }
@@ -113,13 +113,13 @@
113
113
  "DeleteFace": [
114
114
  {
115
115
  "document": "人员ID不存在",
116
- "input": "https://iai.tencentcloudapi.com/?Action=DeleteFace\r\n&PersonId=5001\r\n&FaceIds.0=2875186538564559728\r\n&Version=2018-03-01\r\n&<公共请求参数>",
116
+ "input": "https://iai.tencentcloudapi.com/?Action=DeleteFace\n&PersonId=5001\n&FaceIds.0=2875186538564559728\n&<公共请求参数>",
117
117
  "output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"ResourceNotFound.ErrorPersonNotExisted\",\n \"Message\": \"个体不存在。\"\n },\n \"RequestId\": \"e2b603e5-51d0-4a8a-8319-2df026ae7518\"\n }\n}",
118
118
  "title": "错误示例"
119
119
  },
120
120
  {
121
121
  "document": "删除一个人员下的人脸图片",
122
- "input": "https://iai.tencentcloudapi.com/?Action=DeleteFace\r\n&PersonId=1001\r\n&FaceIds.0=2875186538564559728\r\n&Version=2018-03-01\r\n&<公共请求参数>",
122
+ "input": "https://iai.tencentcloudapi.com/?Action=DeleteFace\n&PersonId=1001\n&FaceIds.0=2875186538564559728\n&<公共请求参数>",
123
123
  "output": "{\n \"Response\": {\n \"SucDeletedNum\": 1,\n \"SucFaceIds\": [\n \"2875186538564559728\"\n ],\n \"RequestId\": \"38f96439-d5ea-48ea-899b-44a284708f6b\"\n }\n}",
124
124
  "title": "删除人脸接口"
125
125
  }
@@ -141,13 +141,13 @@
141
141
  "DeletePerson": [
142
142
  {
143
143
  "document": "人员ID不存在",
144
- "input": "https://iai.tencentcloudapi.com/?Action=DeletePerson\r\n&PersonId=3001\r\n&Version=2018-03-01\r\n&<公共请求参数>",
144
+ "input": "https://iai.tencentcloudapi.com/?Action=DeletePerson\n&PersonId=3001\n&<公共请求参数>",
145
145
  "output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"ResourceNotFound.ErrorPersonNotExisted\",\n \"Message\": \"个体不存在。\"\n },\n \"RequestId\": \"4b9c1bdc-86eb-413f-8c74-15bcf4466cd5\"\n }\n}",
146
146
  "title": "错误示例"
147
147
  },
148
148
  {
149
149
  "document": "删除指定人员信息",
150
- "input": "https://iai.tencentcloudapi.com/?Action=DeletePerson\r\n&PersonId=2001\r\n&Version=2018-03-01\r\n&<公共请求参数>",
150
+ "input": "https://iai.tencentcloudapi.com/?Action=DeletePerson\n&PersonId=2001\n&<公共请求参数>",
151
151
  "output": "{\n \"Response\": {\n \"RequestId\": \"4b609b7c-7a9a-4ea0-be8b-1fb638c2ceca\"\n }\n}",
152
152
  "title": "删除人员接口"
153
153
  }
@@ -182,10 +182,16 @@
182
182
  ],
183
183
  "DetectFaceAttributes": [
184
184
  {
185
- "document": "",
185
+ "document": "人脸检测与属性分析成功。",
186
186
  "input": "POST / HTTP/1.1\nHost: iai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DetectFaceAttributes\n<公共请求参数>\n\n{\n \"Url\": \"http://test.image.myqcloud.com/testA.jpg\",\n \"FaceAttributesType\": \"eye\"\n}",
187
187
  "output": "{\n \"Response\": {\n \"ImageWidth\": 550,\n \"ImageHeight\": 366,\n \"FaceModelVersion\": \"3.0\",\n \"FaceDetailInfos\": [\n {\n \"FaceRect\": {\n \"X\": 375,\n \"Y\": 37,\n \"Width\": 63,\n \"Height\": 82\n },\n \"FaceDetailAttributesInfo\": {\n \"Age\": 0,\n \"Beauty\": 0,\n \"Emotion\": {\n \"Type\": 0,\n \"Probability\": 0\n },\n \"Eye\": {\n \"Glass\": {\n \"Type\": 0,\n \"Probability\": 0.99936753511429\n },\n \"EyeOpen\": {\n \"Type\": 0,\n \"Probability\": 0.99949336051941\n },\n \"EyelidType\": {\n \"Type\": 1,\n \"Probability\": 0.75467920303345\n },\n \"EyeSize\": {\n \"Type\": 2,\n \"Probability\": 0.59152442216873\n }\n },\n \"Eyebrow\": {\n \"EyebrowDensity\": {\n \"Type\": 0,\n \"Probability\": 0\n },\n \"EyebrowCurve\": {\n \"Type\": 0,\n \"Probability\": 0\n },\n \"EyebrowLength\": {\n \"Type\": 0,\n \"Probability\": 0\n }\n },\n \"Gender\": {\n \"Type\": 0,\n \"Probability\": 0\n },\n \"Hair\": {\n \"Length\": {\n \"Type\": 0,\n \"Probability\": 0\n },\n \"Bang\": {\n \"Type\": 0,\n \"Probability\": 0\n },\n \"Color\": {\n \"Type\": 0,\n \"Probability\": 0\n }\n },\n \"Hat\": {\n \"Style\": {\n \"Type\": 0,\n \"Probability\": 0\n },\n \"Color\": {\n \"Type\": 0,\n \"Probability\": 0\n }\n },\n \"HeadPose\": {\n \"Pitch\": 0,\n \"Yaw\": 0,\n \"Roll\": 0\n },\n \"Mask\": {\n \"Type\": 0,\n \"Probability\": 0\n },\n \"Mouth\": {\n \"MouthOpen\": {\n \"Type\": 0,\n \"Probability\": 0\n }\n },\n \"Moustache\": {\n \"Type\": 0,\n \"Probability\": 0\n },\n \"Nose\": {\n \"Type\": 2,\n \"Probability\": 0.75233882665634\n },\n \"Shape\": {\n \"Type\": 0,\n \"Probability\": 0\n },\n \"Skin\": {\n \"Type\": 0,\n \"Probability\": 0\n },\n \"Smile\": 0\n }\n }\n ],\n \"RequestId\": \"b2c154b9-4620-4d37-8fd1-f6af3748f998\"\n }\n}",
188
- "title": "人脸检测与属性分析"
188
+ "title": "人脸检测与属性分析成功示例"
189
+ },
190
+ {
191
+ "document": "人脸检测与属性分析失败。",
192
+ "input": "POST / HTTP/1.1\nHost: iai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DetectFaceAttributes\n<公共请求参数>\n\n{\n \"Url\": \"http://test.image.myqcloud.com/testA.jpg\",\n \"FaceAttributesType\": \"eye\"\n}",
193
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ab0ebc1d-7a0e-4327-818b-3d24322a97dd\",\n \"Error\": {\n \"Code\": \"InvalidParameterValue.NoFaceInPhoto\",\n \"Message\": \"图片中没有人脸。\"\n }\n }\n}",
194
+ "title": "人脸检测与属性分析失败示例"
189
195
  }
190
196
  ],
191
197
  "DetectLiveFace": [
@@ -392,7 +398,7 @@
392
398
  {
393
399
  "document": "",
394
400
  "input": "https://iai.tencentcloudapi.com/?Action=SearchFaces\n&Url=http://test.image.myqcloud.com/testA.jpg\n&MaxFaceNum=1\n&MinFaceSize=40\n&MaxPersonNum=5\n&GroupIds.0=TencentShenZhenEmployee\n&<公共请求参数>",
395
- "output": "{\n \"Response\": {\n \"Results\": [\n {\n \"RetCode\": 0,\n \"Candidates\": [\n {\n \"PersonId\": \"1001\",\n \"FaceId\": \"2875093635484912302\",\n \"PersonName\": \"Jerry\",\n \"Gender\": 0,\n \"Score\": 100,\n \"PersonGroupInfos\": [\n {\n \"GroupId\": \"abc\",\n \"PersonExDescriptions\": [\n \"description1\",\n \"description2\"\n ]\n }\n ]\n }\n ],\n \"FaceRect\": {\n \"X\": 370,\n \"Y\": 46,\n \"Width\": 75,\n \"Height\": 75\n }\n }\n ],\n \"FaceNum\": 1,\n \"FaceModelVersion\": \"3.0\",\n \"RequestId\": \"57b42b73-b978-45b9-8095-8f50e9642d35\"\n }\n}",
401
+ "output": "{\n \"Response\": {\n \"Results\": [\n {\n \"RetCode\": 0,\n \"Candidates\": [\n {\n \"PersonId\": \"1001\",\n \"FaceId\": \"2875093635484912302\",\n \"PersonName\": \"Jerry\",\n \"Gender\": 0,\n \"Score\": 100,\n \"PersonGroupInfos\": [\n {\n \"GroupId\": \"1001\",\n \"PersonExDescriptions\": [\n \"description1\",\n \"description2\"\n ]\n }\n ]\n }\n ],\n \"FaceRect\": {\n \"X\": 370,\n \"Y\": 46,\n \"Width\": 75,\n \"Height\": 75\n }\n }\n ],\n \"FaceNum\": 1,\n \"FaceModelVersion\": \"3.0\",\n \"RequestId\": \"57b42b73-b978-45b9-8095-8f50e9642d35\"\n }\n}",
396
402
  "title": "人脸搜索接口"
397
403
  }
398
404
  ],
@@ -400,7 +406,7 @@
400
406
  {
401
407
  "document": "",
402
408
  "input": "POST / HTTP/1.1\nHost: iai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchFacesReturnsByGroup\n<公共请求参数>\n\n{\n \"Url\": \"http://test.image.myqcloud.com/testA.jpg\",\n \"MaxPersonNumPerGroup\": \"5\",\n \"GroupIds\": [\n \"TencentShenZhenEmployee\"\n ],\n \"MaxFaceNum\": \"1\",\n \"MinFaceSize\": \"40\"\n}",
403
- "output": "{\n \"Response\": {\n \"FaceNum\": 1,\n \"ResultsReturnsByGroup\": [\n {\n \"GroupCandidates\": [\n {\n \"Candidates\": [\n {\n \"PersonGroupInfos\": [\n {\n \"GroupId\": \"abc\",\n \"PersonExDescriptions\": [\n \"description1\",\n \"description2\"\n ]\n }\n ],\n \"PersonId\": \"1001\",\n \"Gender\": 0,\n \"PersonName\": \"张三\",\n \"Score\": 100,\n \"FaceId\": \"2875093635484912302\"\n }\n ],\n \"GroupId\": \"Group1\"\n }\n ],\n \"FaceRect\": {\n \"Y\": 46,\n \"X\": 370,\n \"Height\": 1,\n \"Width\": 1\n },\n \"RetCode\": 0\n }\n ],\n \"RequestId\": \"57b42b73-b978-45b9-8095-8f50e9642d35\",\n \"FaceModelVersion\": \"3.0\"\n }\n}",
409
+ "output": "{\n \"Response\": {\n \"FaceNum\": 1,\n \"ResultsReturnsByGroup\": [\n {\n \"GroupCandidates\": [\n {\n \"Candidates\": [\n {\n \"PersonGroupInfos\": [\n {\n \"GroupId\": \"1001\",\n \"PersonExDescriptions\": [\n \"description1\",\n \"description2\"\n ]\n }\n ],\n \"PersonId\": \"1001\",\n \"Gender\": 0,\n \"PersonName\": \"张三\",\n \"Score\": 100,\n \"FaceId\": \"2875093635484912302\"\n }\n ],\n \"GroupId\": \"Group1\"\n }\n ],\n \"FaceRect\": {\n \"Y\": 46,\n \"X\": 370,\n \"Height\": 1,\n \"Width\": 1\n },\n \"RetCode\": 0\n }\n ],\n \"RequestId\": \"57b42b73-b978-45b9-8095-8f50e9642d35\",\n \"FaceModelVersion\": \"3.0\"\n }\n}",
404
410
  "title": "人脸搜索分库返回接口"
405
411
  }
406
412
  ],
@@ -1878,7 +1878,7 @@
1878
1878
  {
1879
1879
  "disabled": false,
1880
1880
  "document": "图片 base64 数据,base64 编码后大小不可超过5M。\njpg格式长边像素不可超过4000,其他格式图片长边像素不可超2000。(图片的宽高比请接近3:4,不符合宽高比的图片返回的分值不具备参考意义)。\n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。",
1881
- "example": "",
1881
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
1882
1882
  "member": "string",
1883
1883
  "name": "Image",
1884
1884
  "required": false,
@@ -1914,7 +1914,7 @@
1914
1914
  "example": "99",
1915
1915
  "member": "float",
1916
1916
  "name": "Score",
1917
- "required": true,
1917
+ "output_required": true,
1918
1918
  "type": "float",
1919
1919
  "value_allowed_null": false
1920
1920
  },
@@ -1924,7 +1924,7 @@
1924
1924
  "example": "3.0",
1925
1925
  "member": "string",
1926
1926
  "name": "FaceModelVersion",
1927
- "required": true,
1927
+ "output_required": true,
1928
1928
  "type": "string",
1929
1929
  "value_allowed_null": false
1930
1930
  },
@@ -1934,7 +1934,7 @@
1934
1934
  "example": "1",
1935
1935
  "member": "bool",
1936
1936
  "name": "IsLiveness",
1937
- "required": true,
1937
+ "output_required": true,
1938
1938
  "type": "bool",
1939
1939
  "value_allowed_null": false
1940
1940
  },