tencentcloud-sdk-nodejs 4.0.382 → 4.0.385
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/CHANGELOG.md +601 -0
- package/SERVICE_CHANGELOG.md +575 -157
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +2 -2
- package/src/services/cfg/v20210820/cfg_models.ts +18 -0
- package/src/services/ciam/v20220331/ciam_client.ts +13 -0
- package/src/services/ciam/v20220331/ciam_models.ts +91 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +26 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +108 -6
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cvm/v20170312/cvm_client.ts +2 -1
- package/src/services/dlc/v20210125/dlc_models.ts +56 -1
- package/src/services/emr/v20190103/emr_client.ts +14 -1
- package/src/services/emr/v20190103/emr_models.ts +150 -10
- package/src/services/ess/v20201111/ess_client.ts +4 -3
- package/src/services/ess/v20201111/ess_models.ts +1 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +9 -2
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +1099 -28
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +4769 -204
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/organization/v20210331/organization_models.ts +6 -0
- package/src/services/ses/v20201002/ses_models.ts +6 -1
- package/src/services/ssl/v20191205/ssl_models.ts +12 -0
- package/src/services/taf/v20200210/taf_models.ts +6 -6
- package/src/services/tan/v20220420/tan_models.ts +3 -3
- package/src/services/tcex/v20200727/tcex_client.ts +8 -4
- package/src/services/tcss/v20201101/tcss_models.ts +6 -1
- package/src/services/teo/v20220106/teo_models.ts +1 -1
- package/src/services/tiems/v20190416/tiems_client.ts +100 -50
- package/src/services/tiia/v20190529/tiia_models.ts +20 -2
- package/src/services/tse/v20201207/tse_models.ts +10 -0
- package/src/services/vod/v20180717/vod_models.ts +15 -5
- package/src/services/vpc/v20170312/vpc_client.ts +4 -2
- package/src/services/vpc/v20170312/vpc_models.ts +197 -97
- package/src/services/waf/v20180125/waf_client.ts +13 -0
- package/src/services/waf/v20180125/waf_models.ts +115 -0
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +7 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +15 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +5 -1
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +6 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +77 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +9 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +12 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +92 -5
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +46 -1
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +123 -8
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +4 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +355 -7
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +531 -9
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4031 -161
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +5 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +5 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +6 -6
- package/tencentcloud/services/tan/v20220420/tan_models.d.ts +3 -3
- package/tencentcloud/services/tcex/v20200727/tcex_client.d.ts +6 -2
- package/tencentcloud/services/tcex/v20200727/tcex_client.js +6 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +6 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +1 -1
- package/tencentcloud/services/tiems/v20190416/tiems_client.d.ts +75 -25
- package/tencentcloud/services/tiems/v20190416/tiems_client.js +75 -25
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +17 -2
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -5
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +164 -82
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +95 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +6 -0
- package/test/ciam.v20220331.test.js +10 -0
- package/test/ckafka.v20190819.test.js +20 -0
- package/test/emr.v20190103.test.js +10 -0
- package/test/iotvideo.v20211125.test.js +878 -8
- package/test/waf.v20180125.test.js +10 -0
|
@@ -1160,6 +1160,14 @@ export interface VehicleInvoiceInfo {
|
|
|
1160
1160
|
* 账号
|
|
1161
1161
|
*/
|
|
1162
1162
|
MotorBankAccount: string;
|
|
1163
|
+
/**
|
|
1164
|
+
* 销售地址
|
|
1165
|
+
*/
|
|
1166
|
+
SellerAddress: string;
|
|
1167
|
+
/**
|
|
1168
|
+
* 销售电话
|
|
1169
|
+
*/
|
|
1170
|
+
SellerTel: string;
|
|
1163
1171
|
}
|
|
1164
1172
|
/**
|
|
1165
1173
|
* DriverLicenseOCR请求参数结构体
|
|
@@ -298,6 +298,11 @@ export interface OrgMember {
|
|
|
298
298
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
299
299
|
*/
|
|
300
300
|
BindStatus: string;
|
|
301
|
+
/**
|
|
302
|
+
* 成员权限状态 已确认:Confirmed ,待确认:UnConfirmed
|
|
303
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
304
|
+
*/
|
|
305
|
+
PermissionStatus: string;
|
|
301
306
|
}
|
|
302
307
|
/**
|
|
303
308
|
* CreateOrganizationMemberPolicy返回参数结构体
|
|
@@ -1137,7 +1137,11 @@ export interface GetEmailTemplateResponse {
|
|
|
1137
1137
|
/**
|
|
1138
1138
|
* 模板内容数据
|
|
1139
1139
|
*/
|
|
1140
|
-
TemplateContent
|
|
1140
|
+
TemplateContent: TemplateContent;
|
|
1141
|
+
/**
|
|
1142
|
+
* 模板状态 0-审核通过 1-待审核 2-审核拒绝
|
|
1143
|
+
*/
|
|
1144
|
+
TemplateStatus: number;
|
|
1141
1145
|
/**
|
|
1142
1146
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1143
1147
|
*/
|
|
@@ -1160,6 +1160,16 @@ export interface DescribeCertificateDetailResponse {
|
|
|
1160
1160
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1161
1161
|
*/
|
|
1162
1162
|
EncryptPrivateKey: string;
|
|
1163
|
+
/**
|
|
1164
|
+
* 签名证书 SHA1指纹
|
|
1165
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1166
|
+
*/
|
|
1167
|
+
CertFingerprint: string;
|
|
1168
|
+
/**
|
|
1169
|
+
* 加密证书 SHA1指纹 (国密证书特有)
|
|
1170
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1171
|
+
*/
|
|
1172
|
+
EncryptCertFingerprint: string;
|
|
1163
1173
|
/**
|
|
1164
1174
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1165
1175
|
*/
|
|
@@ -266,17 +266,17 @@ export interface OutputRecognizeEffectiveFlow {
|
|
|
266
266
|
*/
|
|
267
267
|
export interface InputRecognizeTargetAudience {
|
|
268
268
|
/**
|
|
269
|
-
*
|
|
269
|
+
* 模型ID列表
|
|
270
270
|
*/
|
|
271
|
-
|
|
271
|
+
ModelIdList: Array<number>;
|
|
272
272
|
/**
|
|
273
|
-
*
|
|
273
|
+
* 设备ID,AccountType指定的类型
|
|
274
274
|
*/
|
|
275
|
-
|
|
275
|
+
Uid?: string;
|
|
276
276
|
/**
|
|
277
|
-
*
|
|
277
|
+
* 设备号类型,1.imei 2.imeiMd5(小写后转MD5转小写)3.idfa, 4.idfaMd5(大写后转MD5转小写),5.手机号,256.其它
|
|
278
278
|
*/
|
|
279
|
-
|
|
279
|
+
AccountType?: number;
|
|
280
280
|
/**
|
|
281
281
|
* 用户IP
|
|
282
282
|
*/
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface CreateBlockNodeRecordsRequest {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* 盘查组id,可在“盘查组概览”功能中获取。
|
|
7
7
|
*/
|
|
8
8
|
GroupId: string;
|
|
9
9
|
/**
|
|
10
|
-
* 节点id
|
|
10
|
+
* 节点id,可在“数据接入管理”中获取。
|
|
11
11
|
*/
|
|
12
12
|
NodeId: string;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* 节点数据json,具体demo请参考输入示例,其中key为数据接入管理中节点内创建的属性变量名,value为期望的推送值。
|
|
15
15
|
*/
|
|
16
16
|
Records: string;
|
|
17
17
|
}
|
|
@@ -8,11 +8,15 @@ import { InvokeServiceRequest, DescribeInvocationResultResponse, InvokeServiceRe
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* 产品控制台已经下线
|
|
12
|
+
|
|
13
|
+
获取服务调用结果。和InvokeService接口配置合适,其InvokeId参数为InvokeService接口返回的RequestId。
|
|
12
14
|
*/
|
|
13
15
|
DescribeInvocationResult(req: DescribeInvocationResultRequest, cb?: (error: string, rep: DescribeInvocationResultResponse) => void): Promise<DescribeInvocationResultResponse>;
|
|
14
16
|
/**
|
|
15
|
-
*
|
|
17
|
+
* 产品控制台已经下线
|
|
18
|
+
|
|
19
|
+
通过传入文档url,测试服务算法。此接口需要和DescribeInvocationResult接口配置使用,该接口使用InvokeService返回的RequestId作为InvokeId参数,用于查询调用结果。
|
|
16
20
|
*/
|
|
17
21
|
InvokeService(req: InvokeServiceRequest, cb?: (error: string, rep: InvokeServiceResponse) => void): Promise<InvokeServiceResponse>;
|
|
18
22
|
}
|
|
@@ -28,13 +28,17 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
28
28
|
super("tcex.tencentcloudapi.com", "2020-07-27", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 产品控制台已经下线
|
|
32
|
+
|
|
33
|
+
获取服务调用结果。和InvokeService接口配置合适,其InvokeId参数为InvokeService接口返回的RequestId。
|
|
32
34
|
*/
|
|
33
35
|
async DescribeInvocationResult(req, cb) {
|
|
34
36
|
return this.request("DescribeInvocationResult", req, cb);
|
|
35
37
|
}
|
|
36
38
|
/**
|
|
37
|
-
*
|
|
39
|
+
* 产品控制台已经下线
|
|
40
|
+
|
|
41
|
+
通过传入文档url,测试服务算法。此接口需要和DescribeInvocationResult接口配置使用,该接口使用InvokeService返回的RequestId作为InvokeId参数,用于查询调用结果。
|
|
38
42
|
*/
|
|
39
43
|
async InvokeService(req, cb) {
|
|
40
44
|
return this.request("InvokeService", req, cb);
|
|
@@ -2642,6 +2642,8 @@ export interface DescribeVirusListRequest {
|
|
|
2642
2642
|
<li>ContainerNetStatus - String -是否必填: 否 - 容器网络状态筛选 NORMAL ISOLATED ISOLATING RESTORING RESTORE_FAILED</li>
|
|
2643
2643
|
<li>TimeRange - string -是否必填: 否 - 时间范围筛选 ["2022-03-31 16:55:00", "2022-03-31 17:00:00"]</li>
|
|
2644
2644
|
<li>ContainerStatus - string -是否必填: 否 - 容器状态 RUNNING PAUSED STOPPED CREATED DESTROYED RESTARTING REMOVING</li>
|
|
2645
|
+
<li>AutoIsolateMode - string -是否必填: 否 - 隔离方式 MANUAL AUTO</li>
|
|
2646
|
+
<li>MD5 - string -是否必填: 否 - md5 </li>
|
|
2645
2647
|
*/
|
|
2646
2648
|
Filters?: Array<RunTimeFilters>;
|
|
2647
2649
|
/**
|
|
@@ -4769,8 +4771,11 @@ export interface ExportVirusListRequest {
|
|
|
4769
4771
|
<li>ImageId- string - 是否必填:否 - 镜像id</li>
|
|
4770
4772
|
<li>IsRealTime- int - 是否必填:否 - 过滤是否实时监控数据</li>
|
|
4771
4773
|
<li>TaskId- string - 是否必填:否 - 任务ID</li>
|
|
4772
|
-
<li>NetStatus - String -是否必填: 否 - 容器网络状态筛选 NORMAL ISOLATED ISOLATING RESTORING RESTORE_FAILED</li>
|
|
4773
4774
|
<li>TimeRange - string -是否必填: 否 - 时间范围筛选 ["2022-03-31 16:55:00", "2022-03-31 17:00:00"]</li>
|
|
4775
|
+
<li>ContainerNetStatus - String -是否必填: 否 - 容器网络状态筛选 NORMAL ISOLATED ISOLATING RESTORING RESTORE_FAILED</li>
|
|
4776
|
+
<li>ContainerStatus - string -是否必填: 否 - 容器状态 RUNNING PAUSED STOPPED CREATED DESTROYED RESTARTING REMOVING</li>
|
|
4777
|
+
<li>AutoIsolateMode - string -是否必填: 否 - 隔离方式 MANUAL AUTO</li>
|
|
4778
|
+
<li>MD5 - string -是否必填: 否 - md5 </li>
|
|
4774
4779
|
*/
|
|
4775
4780
|
Filters?: Array<RunTimeFilters>;
|
|
4776
4781
|
/**
|
|
@@ -8,103 +8,153 @@ import { DisableRsgAsGroupRequest, ExposeServiceResponse, DeleteJobResponse, Del
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
12
|
+
|
|
13
|
+
创建服务
|
|
12
14
|
*/
|
|
13
15
|
CreateService(req: CreateServiceRequest, cb?: (error: string, rep: CreateServiceResponse) => void): Promise<CreateServiceResponse>;
|
|
14
16
|
/**
|
|
15
|
-
*
|
|
17
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
18
|
+
|
|
19
|
+
创建服务配置
|
|
16
20
|
*/
|
|
17
21
|
CreateServiceConfig(req: CreateServiceConfigRequest, cb?: (error: string, rep: CreateServiceConfigResponse) => void): Promise<CreateServiceConfigResponse>;
|
|
18
22
|
/**
|
|
19
|
-
*
|
|
23
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
24
|
+
|
|
25
|
+
创建资源组的伸缩组。当前一个资源组仅允许创建一个伸缩组。
|
|
20
26
|
*/
|
|
21
27
|
CreateRsgAsGroup(req: CreateRsgAsGroupRequest, cb?: (error: string, rep: CreateRsgAsGroupResponse) => void): Promise<CreateRsgAsGroupResponse>;
|
|
22
28
|
/**
|
|
23
|
-
*
|
|
29
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
30
|
+
|
|
31
|
+
删除资源组中的节点。目前仅支持删除已经到期的预付费节点,和按量付费节点。
|
|
24
32
|
*/
|
|
25
33
|
DeleteInstance(req: DeleteInstanceRequest, cb?: (error: string, rep: DeleteInstanceResponse) => void): Promise<DeleteInstanceResponse>;
|
|
26
34
|
/**
|
|
27
|
-
*
|
|
35
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
36
|
+
|
|
37
|
+
删除服务
|
|
28
38
|
*/
|
|
29
39
|
DeleteService(req: DeleteServiceRequest, cb?: (error: string, rep: DeleteServiceResponse) => void): Promise<DeleteServiceResponse>;
|
|
30
40
|
/**
|
|
31
|
-
*
|
|
41
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
42
|
+
|
|
43
|
+
创建任务
|
|
32
44
|
*/
|
|
33
45
|
CreateJob(req: CreateJobRequest, cb?: (error: string, rep: CreateJobResponse) => void): Promise<CreateJobResponse>;
|
|
34
46
|
/**
|
|
35
|
-
*
|
|
47
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
48
|
+
|
|
49
|
+
更新资源组的伸缩组
|
|
36
50
|
*/
|
|
37
51
|
UpdateRsgAsGroup(req: UpdateRsgAsGroupRequest, cb?: (error: string, rep: UpdateRsgAsGroupResponse) => void): Promise<UpdateRsgAsGroupResponse>;
|
|
38
52
|
/**
|
|
39
|
-
*
|
|
53
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
54
|
+
|
|
55
|
+
描述服务
|
|
40
56
|
*/
|
|
41
57
|
DescribeServices(req: DescribeServicesRequest, cb?: (error: string, rep: DescribeServicesResponse) => void): Promise<DescribeServicesResponse>;
|
|
42
58
|
/**
|
|
43
|
-
*
|
|
59
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
60
|
+
|
|
61
|
+
停用资源组的伸缩组
|
|
44
62
|
*/
|
|
45
63
|
DisableRsgAsGroup(req: DisableRsgAsGroupRequest, cb?: (error: string, rep: DisableRsgAsGroupResponse) => void): Promise<DisableRsgAsGroupResponse>;
|
|
46
64
|
/**
|
|
47
|
-
*
|
|
65
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
66
|
+
|
|
67
|
+
更新服务
|
|
48
68
|
*/
|
|
49
69
|
UpdateService(req: UpdateServiceRequest, cb?: (error: string, rep: UpdateServiceResponse) => void): Promise<UpdateServiceResponse>;
|
|
50
70
|
/**
|
|
51
|
-
*
|
|
71
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
72
|
+
|
|
73
|
+
创建运行环境
|
|
52
74
|
*/
|
|
53
75
|
CreateRuntime(req: CreateRuntimeRequest, cb?: (error: string, rep: CreateRuntimeResponse) => void): Promise<CreateRuntimeResponse>;
|
|
54
76
|
/**
|
|
55
|
-
*
|
|
77
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
78
|
+
|
|
79
|
+
删除服务配置
|
|
56
80
|
*/
|
|
57
81
|
DeleteServiceConfig(req: DeleteServiceConfigRequest, cb?: (error: string, rep: DeleteServiceConfigResponse) => void): Promise<DeleteServiceConfigResponse>;
|
|
58
82
|
/**
|
|
59
|
-
*
|
|
83
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
84
|
+
|
|
85
|
+
获取节点列表
|
|
60
86
|
*/
|
|
61
87
|
DescribeInstances(req: DescribeInstancesRequest, cb?: (error: string, rep: DescribeInstancesResponse) => void): Promise<DescribeInstancesResponse>;
|
|
62
88
|
/**
|
|
63
|
-
*
|
|
89
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
90
|
+
|
|
91
|
+
查询伸缩组活动
|
|
64
92
|
*/
|
|
65
93
|
DescribeRsgAsGroupActivities(req: DescribeRsgAsGroupActivitiesRequest, cb?: (error: string, rep: DescribeRsgAsGroupActivitiesResponse) => void): Promise<DescribeRsgAsGroupActivitiesResponse>;
|
|
66
94
|
/**
|
|
67
|
-
*
|
|
95
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
96
|
+
|
|
97
|
+
描述服务运行环境
|
|
68
98
|
*/
|
|
69
99
|
DescribeRuntimes(req?: DescribeRuntimesRequest, cb?: (error: string, rep: DescribeRuntimesResponse) => void): Promise<DescribeRuntimesResponse>;
|
|
70
100
|
/**
|
|
71
|
-
*
|
|
101
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
102
|
+
|
|
103
|
+
获取资源组列表
|
|
72
104
|
*/
|
|
73
105
|
DescribeResourceGroups(req: DescribeResourceGroupsRequest, cb?: (error: string, rep: DescribeResourceGroupsResponse) => void): Promise<DescribeResourceGroupsResponse>;
|
|
74
106
|
/**
|
|
75
|
-
*
|
|
107
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
108
|
+
|
|
109
|
+
更新任务
|
|
76
110
|
*/
|
|
77
111
|
UpdateJob(req: UpdateJobRequest, cb?: (error: string, rep: UpdateJobResponse) => void): Promise<UpdateJobResponse>;
|
|
78
112
|
/**
|
|
79
|
-
*
|
|
113
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
114
|
+
|
|
115
|
+
伸缩
|
|
80
116
|
*/
|
|
81
117
|
DeleteRsgAsGroup(req: DeleteRsgAsGroupRequest, cb?: (error: string, rep: DeleteRsgAsGroupResponse) => void): Promise<DeleteRsgAsGroupResponse>;
|
|
82
118
|
/**
|
|
83
|
-
*
|
|
119
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
120
|
+
|
|
121
|
+
删除资源组
|
|
84
122
|
*/
|
|
85
123
|
DeleteResourceGroup(req: DeleteResourceGroupRequest, cb?: (error: string, rep: DeleteResourceGroupResponse) => void): Promise<DeleteResourceGroupResponse>;
|
|
86
124
|
/**
|
|
87
|
-
*
|
|
125
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
126
|
+
|
|
127
|
+
删除运行环境
|
|
88
128
|
*/
|
|
89
129
|
DeleteRuntime(req: DeleteRuntimeRequest, cb?: (error: string, rep: DeleteRuntimeResponse) => void): Promise<DeleteRuntimeResponse>;
|
|
90
130
|
/**
|
|
91
|
-
*
|
|
131
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
132
|
+
|
|
133
|
+
暴露服务
|
|
92
134
|
*/
|
|
93
135
|
ExposeService(req: ExposeServiceRequest, cb?: (error: string, rep: ExposeServiceResponse) => void): Promise<ExposeServiceResponse>;
|
|
94
136
|
/**
|
|
95
|
-
*
|
|
137
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
138
|
+
|
|
139
|
+
删除任务
|
|
96
140
|
*/
|
|
97
141
|
DeleteJob(req: DeleteJobRequest, cb?: (error: string, rep: DeleteJobResponse) => void): Promise<DeleteJobResponse>;
|
|
98
142
|
/**
|
|
99
|
-
*
|
|
143
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
144
|
+
|
|
145
|
+
启用资源组的伸缩组
|
|
100
146
|
*/
|
|
101
147
|
EnableRsgAsGroup(req: EnableRsgAsGroupRequest, cb?: (error: string, rep: EnableRsgAsGroupResponse) => void): Promise<EnableRsgAsGroupResponse>;
|
|
102
148
|
/**
|
|
103
|
-
*
|
|
149
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
150
|
+
|
|
151
|
+
描述服务配置
|
|
104
152
|
*/
|
|
105
153
|
DescribeServiceConfigs(req: DescribeServiceConfigsRequest, cb?: (error: string, rep: DescribeServiceConfigsResponse) => void): Promise<DescribeServiceConfigsResponse>;
|
|
106
154
|
/**
|
|
107
|
-
*
|
|
155
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
156
|
+
|
|
157
|
+
查询资源组的伸缩组信息
|
|
108
158
|
*/
|
|
109
159
|
DescribeRsgAsGroups(req: DescribeRsgAsGroupsRequest, cb?: (error: string, rep: DescribeRsgAsGroupsResponse) => void): Promise<DescribeRsgAsGroupsResponse>;
|
|
110
160
|
}
|
|
@@ -28,151 +28,201 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
28
28
|
super("tiems.tencentcloudapi.com", "2019-04-16", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
32
|
+
|
|
33
|
+
创建服务
|
|
32
34
|
*/
|
|
33
35
|
async CreateService(req, cb) {
|
|
34
36
|
return this.request("CreateService", req, cb);
|
|
35
37
|
}
|
|
36
38
|
/**
|
|
37
|
-
*
|
|
39
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
40
|
+
|
|
41
|
+
创建服务配置
|
|
38
42
|
*/
|
|
39
43
|
async CreateServiceConfig(req, cb) {
|
|
40
44
|
return this.request("CreateServiceConfig", req, cb);
|
|
41
45
|
}
|
|
42
46
|
/**
|
|
43
|
-
*
|
|
47
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
48
|
+
|
|
49
|
+
创建资源组的伸缩组。当前一个资源组仅允许创建一个伸缩组。
|
|
44
50
|
*/
|
|
45
51
|
async CreateRsgAsGroup(req, cb) {
|
|
46
52
|
return this.request("CreateRsgAsGroup", req, cb);
|
|
47
53
|
}
|
|
48
54
|
/**
|
|
49
|
-
*
|
|
55
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
56
|
+
|
|
57
|
+
删除资源组中的节点。目前仅支持删除已经到期的预付费节点,和按量付费节点。
|
|
50
58
|
*/
|
|
51
59
|
async DeleteInstance(req, cb) {
|
|
52
60
|
return this.request("DeleteInstance", req, cb);
|
|
53
61
|
}
|
|
54
62
|
/**
|
|
55
|
-
*
|
|
63
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
64
|
+
|
|
65
|
+
删除服务
|
|
56
66
|
*/
|
|
57
67
|
async DeleteService(req, cb) {
|
|
58
68
|
return this.request("DeleteService", req, cb);
|
|
59
69
|
}
|
|
60
70
|
/**
|
|
61
|
-
*
|
|
71
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
72
|
+
|
|
73
|
+
创建任务
|
|
62
74
|
*/
|
|
63
75
|
async CreateJob(req, cb) {
|
|
64
76
|
return this.request("CreateJob", req, cb);
|
|
65
77
|
}
|
|
66
78
|
/**
|
|
67
|
-
*
|
|
79
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
80
|
+
|
|
81
|
+
更新资源组的伸缩组
|
|
68
82
|
*/
|
|
69
83
|
async UpdateRsgAsGroup(req, cb) {
|
|
70
84
|
return this.request("UpdateRsgAsGroup", req, cb);
|
|
71
85
|
}
|
|
72
86
|
/**
|
|
73
|
-
*
|
|
87
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
88
|
+
|
|
89
|
+
描述服务
|
|
74
90
|
*/
|
|
75
91
|
async DescribeServices(req, cb) {
|
|
76
92
|
return this.request("DescribeServices", req, cb);
|
|
77
93
|
}
|
|
78
94
|
/**
|
|
79
|
-
*
|
|
95
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
96
|
+
|
|
97
|
+
停用资源组的伸缩组
|
|
80
98
|
*/
|
|
81
99
|
async DisableRsgAsGroup(req, cb) {
|
|
82
100
|
return this.request("DisableRsgAsGroup", req, cb);
|
|
83
101
|
}
|
|
84
102
|
/**
|
|
85
|
-
*
|
|
103
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
104
|
+
|
|
105
|
+
更新服务
|
|
86
106
|
*/
|
|
87
107
|
async UpdateService(req, cb) {
|
|
88
108
|
return this.request("UpdateService", req, cb);
|
|
89
109
|
}
|
|
90
110
|
/**
|
|
91
|
-
*
|
|
111
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
112
|
+
|
|
113
|
+
创建运行环境
|
|
92
114
|
*/
|
|
93
115
|
async CreateRuntime(req, cb) {
|
|
94
116
|
return this.request("CreateRuntime", req, cb);
|
|
95
117
|
}
|
|
96
118
|
/**
|
|
97
|
-
*
|
|
119
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
120
|
+
|
|
121
|
+
删除服务配置
|
|
98
122
|
*/
|
|
99
123
|
async DeleteServiceConfig(req, cb) {
|
|
100
124
|
return this.request("DeleteServiceConfig", req, cb);
|
|
101
125
|
}
|
|
102
126
|
/**
|
|
103
|
-
*
|
|
127
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
128
|
+
|
|
129
|
+
获取节点列表
|
|
104
130
|
*/
|
|
105
131
|
async DescribeInstances(req, cb) {
|
|
106
132
|
return this.request("DescribeInstances", req, cb);
|
|
107
133
|
}
|
|
108
134
|
/**
|
|
109
|
-
*
|
|
135
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
136
|
+
|
|
137
|
+
查询伸缩组活动
|
|
110
138
|
*/
|
|
111
139
|
async DescribeRsgAsGroupActivities(req, cb) {
|
|
112
140
|
return this.request("DescribeRsgAsGroupActivities", req, cb);
|
|
113
141
|
}
|
|
114
142
|
/**
|
|
115
|
-
*
|
|
143
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
144
|
+
|
|
145
|
+
描述服务运行环境
|
|
116
146
|
*/
|
|
117
147
|
async DescribeRuntimes(req, cb) {
|
|
118
148
|
return this.request("DescribeRuntimes", req, cb);
|
|
119
149
|
}
|
|
120
150
|
/**
|
|
121
|
-
*
|
|
151
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
152
|
+
|
|
153
|
+
获取资源组列表
|
|
122
154
|
*/
|
|
123
155
|
async DescribeResourceGroups(req, cb) {
|
|
124
156
|
return this.request("DescribeResourceGroups", req, cb);
|
|
125
157
|
}
|
|
126
158
|
/**
|
|
127
|
-
*
|
|
159
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
160
|
+
|
|
161
|
+
更新任务
|
|
128
162
|
*/
|
|
129
163
|
async UpdateJob(req, cb) {
|
|
130
164
|
return this.request("UpdateJob", req, cb);
|
|
131
165
|
}
|
|
132
166
|
/**
|
|
133
|
-
*
|
|
167
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
168
|
+
|
|
169
|
+
伸缩
|
|
134
170
|
*/
|
|
135
171
|
async DeleteRsgAsGroup(req, cb) {
|
|
136
172
|
return this.request("DeleteRsgAsGroup", req, cb);
|
|
137
173
|
}
|
|
138
174
|
/**
|
|
139
|
-
*
|
|
175
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
176
|
+
|
|
177
|
+
删除资源组
|
|
140
178
|
*/
|
|
141
179
|
async DeleteResourceGroup(req, cb) {
|
|
142
180
|
return this.request("DeleteResourceGroup", req, cb);
|
|
143
181
|
}
|
|
144
182
|
/**
|
|
145
|
-
*
|
|
183
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
184
|
+
|
|
185
|
+
删除运行环境
|
|
146
186
|
*/
|
|
147
187
|
async DeleteRuntime(req, cb) {
|
|
148
188
|
return this.request("DeleteRuntime", req, cb);
|
|
149
189
|
}
|
|
150
190
|
/**
|
|
151
|
-
*
|
|
191
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
192
|
+
|
|
193
|
+
暴露服务
|
|
152
194
|
*/
|
|
153
195
|
async ExposeService(req, cb) {
|
|
154
196
|
return this.request("ExposeService", req, cb);
|
|
155
197
|
}
|
|
156
198
|
/**
|
|
157
|
-
*
|
|
199
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
200
|
+
|
|
201
|
+
删除任务
|
|
158
202
|
*/
|
|
159
203
|
async DeleteJob(req, cb) {
|
|
160
204
|
return this.request("DeleteJob", req, cb);
|
|
161
205
|
}
|
|
162
206
|
/**
|
|
163
|
-
*
|
|
207
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
208
|
+
|
|
209
|
+
启用资源组的伸缩组
|
|
164
210
|
*/
|
|
165
211
|
async EnableRsgAsGroup(req, cb) {
|
|
166
212
|
return this.request("EnableRsgAsGroup", req, cb);
|
|
167
213
|
}
|
|
168
214
|
/**
|
|
169
|
-
*
|
|
215
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
216
|
+
|
|
217
|
+
描述服务配置
|
|
170
218
|
*/
|
|
171
219
|
async DescribeServiceConfigs(req, cb) {
|
|
172
220
|
return this.request("DescribeServiceConfigs", req, cb);
|
|
173
221
|
}
|
|
174
222
|
/**
|
|
175
|
-
*
|
|
223
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
224
|
+
|
|
225
|
+
查询资源组的伸缩组信息
|
|
176
226
|
*/
|
|
177
227
|
async DescribeRsgAsGroups(req, cb) {
|
|
178
228
|
return this.request("DescribeRsgAsGroups", req, cb);
|
|
@@ -1365,7 +1365,7 @@ export interface CarTagItem {
|
|
|
1365
1365
|
*/
|
|
1366
1366
|
Color: string;
|
|
1367
1367
|
/**
|
|
1368
|
-
*
|
|
1368
|
+
* 车系置信度,0-100
|
|
1369
1369
|
*/
|
|
1370
1370
|
Confidence: number;
|
|
1371
1371
|
/**
|
|
@@ -1377,10 +1377,25 @@ export interface CarTagItem {
|
|
|
1377
1377
|
*/
|
|
1378
1378
|
CarLocation: Array<Coord>;
|
|
1379
1379
|
/**
|
|
1380
|
-
*
|
|
1380
|
+
* 车牌信息,仅车辆识别(增强版)支持
|
|
1381
1381
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1382
1382
|
*/
|
|
1383
1383
|
PlateContent: CarPlateContent;
|
|
1384
|
+
/**
|
|
1385
|
+
* 车牌信息置信度,0-100,仅车辆识别(增强版)支持
|
|
1386
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1387
|
+
*/
|
|
1388
|
+
PlateConfidence: number;
|
|
1389
|
+
/**
|
|
1390
|
+
* 车辆类型置信度,0-100,仅车辆识别(增强版)支持
|
|
1391
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1392
|
+
*/
|
|
1393
|
+
TypeConfidence: number;
|
|
1394
|
+
/**
|
|
1395
|
+
* 车辆颜色置信度,0-100,仅车辆识别(增强版)支持
|
|
1396
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1397
|
+
*/
|
|
1398
|
+
ColorConfidence: number;
|
|
1384
1399
|
}
|
|
1385
1400
|
/**
|
|
1386
1401
|
* 本服务在不同误识率水平下(将图片中的人物识别错误的比例)的推荐阈值,可以用于控制识别结果的精度。
|