tencentcloud-sdk-nodejs-iotexplorer 4.1.54 → 4.1.55
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/package.json
CHANGED
|
@@ -153,7 +153,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
153
153
|
*/
|
|
154
154
|
CreateIotVideoCloudStorage(req: CreateIotVideoCloudStorageRequest, cb?: (error: string, rep: CreateIotVideoCloudStorageResponse) => void): Promise<CreateIotVideoCloudStorageResponse>;
|
|
155
155
|
/**
|
|
156
|
-
*
|
|
156
|
+
* 删除规则。
|
|
157
157
|
*/
|
|
158
158
|
DeleteTopicRule(req: DeleteTopicRuleRequest, cb?: (error: string, rep: DeleteTopicRuleResponse) => void): Promise<DeleteTopicRuleResponse>;
|
|
159
159
|
/**
|
|
@@ -323,7 +323,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
323
323
|
*/
|
|
324
324
|
PublishBroadcastMessage(req: PublishBroadcastMessageRequest, cb?: (error: string, rep: PublishBroadcastMessageResponse) => void): Promise<PublishBroadcastMessageResponse>;
|
|
325
325
|
/**
|
|
326
|
-
*
|
|
326
|
+
* 批量解绑子产品。
|
|
327
327
|
*/
|
|
328
328
|
UnbindProducts(req: UnbindProductsRequest, cb?: (error: string, rep: UnbindProductsResponse) => void): Promise<UnbindProductsResponse>;
|
|
329
329
|
/**
|
|
@@ -409,7 +409,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
409
409
|
*/
|
|
410
410
|
ModifyProject(req: ModifyProjectRequest, cb?: (error: string, rep: ModifyProjectResponse) => void): Promise<ModifyProjectResponse>;
|
|
411
411
|
/**
|
|
412
|
-
*
|
|
412
|
+
* 批量绑定子产品。
|
|
413
413
|
*/
|
|
414
414
|
BindProducts(req: BindProductsRequest, cb?: (error: string, rep: BindProductsResponse) => void): Promise<BindProductsResponse>;
|
|
415
415
|
/**
|
|
@@ -441,7 +441,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
441
441
|
*/
|
|
442
442
|
GetTWeCallActiveStatus(req: GetTWeCallActiveStatusRequest, cb?: (error: string, rep: GetTWeCallActiveStatusResponse) => void): Promise<GetTWeCallActiveStatusResponse>;
|
|
443
443
|
/**
|
|
444
|
-
*
|
|
444
|
+
* 用于获取网关可绑定或解绑的子产品。
|
|
445
445
|
*/
|
|
446
446
|
DescribeGatewaySubProducts(req: DescribeGatewaySubProductsRequest, cb?: (error: string, rep: DescribeGatewaySubProductsResponse) => void): Promise<DescribeGatewaySubProductsResponse>;
|
|
447
447
|
/**
|
|
@@ -247,7 +247,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
247
247
|
return this.request("CreateIotVideoCloudStorage", req, cb);
|
|
248
248
|
}
|
|
249
249
|
/**
|
|
250
|
-
*
|
|
250
|
+
* 删除规则。
|
|
251
251
|
*/
|
|
252
252
|
async DeleteTopicRule(req, cb) {
|
|
253
253
|
return this.request("DeleteTopicRule", req, cb);
|
|
@@ -501,7 +501,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
501
501
|
return this.request("PublishBroadcastMessage", req, cb);
|
|
502
502
|
}
|
|
503
503
|
/**
|
|
504
|
-
*
|
|
504
|
+
* 批量解绑子产品。
|
|
505
505
|
*/
|
|
506
506
|
async UnbindProducts(req, cb) {
|
|
507
507
|
return this.request("UnbindProducts", req, cb);
|
|
@@ -629,7 +629,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
629
629
|
return this.request("ModifyProject", req, cb);
|
|
630
630
|
}
|
|
631
631
|
/**
|
|
632
|
-
*
|
|
632
|
+
* 批量绑定子产品。
|
|
633
633
|
*/
|
|
634
634
|
async BindProducts(req, cb) {
|
|
635
635
|
return this.request("BindProducts", req, cb);
|
|
@@ -677,7 +677,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
677
677
|
return this.request("GetTWeCallActiveStatus", req, cb);
|
|
678
678
|
}
|
|
679
679
|
/**
|
|
680
|
-
*
|
|
680
|
+
* 用于获取网关可绑定或解绑的子产品。
|
|
681
681
|
*/
|
|
682
682
|
async DescribeGatewaySubProducts(req, cb) {
|
|
683
683
|
return this.request("DescribeGatewaySubProducts", req, cb);
|
|
@@ -4372,7 +4372,7 @@ export interface UnbindProductsResponse {
|
|
|
4372
4372
|
/**
|
|
4373
4373
|
* 绑定了待解绑的LoRa产品下的设备的网关设备列表
|
|
4374
4374
|
*/
|
|
4375
|
-
GatewayDeviceNames
|
|
4375
|
+
GatewayDeviceNames?: Array<string>;
|
|
4376
4376
|
/**
|
|
4377
4377
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4378
4378
|
*/
|
|
@@ -4604,6 +4604,7 @@ export interface ModifyCloudStorageAIServiceRequest {
|
|
|
4604
4604
|
* 云存 AI 服务类型。可选值:
|
|
4605
4605
|
- `RealtimeObjectDetect`:目标检测
|
|
4606
4606
|
- `Highlight`:视频浓缩
|
|
4607
|
+
- `SimpleHighlight`:TrueX SimpleHighlight
|
|
4607
4608
|
*/
|
|
4608
4609
|
ServiceType: string;
|
|
4609
4610
|
/**
|
|
@@ -4618,6 +4619,10 @@ export interface ModifyCloudStorageAIServiceRequest {
|
|
|
4618
4619
|
* 视频分析配置参数
|
|
4619
4620
|
*/
|
|
4620
4621
|
Config?: string;
|
|
4622
|
+
/**
|
|
4623
|
+
* SimpleHighlight 算法配置参数
|
|
4624
|
+
*/
|
|
4625
|
+
SHLConfig?: DiarySHLConfig;
|
|
4621
4626
|
}
|
|
4622
4627
|
/**
|
|
4623
4628
|
* GenerateSignedVideoURL请求参数结构体
|
|
@@ -7720,6 +7725,28 @@ export interface DeviceActivationDetail {
|
|
|
7720
7725
|
*/
|
|
7721
7726
|
UsedFreeLicense?: number;
|
|
7722
7727
|
}
|
|
7728
|
+
/**
|
|
7729
|
+
* Diary Simple Highlight 配置
|
|
7730
|
+
*/
|
|
7731
|
+
export interface DiarySHLConfig {
|
|
7732
|
+
/**
|
|
7733
|
+
* 每个视频偏移时长,单位秒
|
|
7734
|
+
*/
|
|
7735
|
+
StartOffset?: number;
|
|
7736
|
+
/**
|
|
7737
|
+
* 视频浓缩倍数,支持1,2,4之间
|
|
7738
|
+
*/
|
|
7739
|
+
PlaySpeed?: number;
|
|
7740
|
+
/**
|
|
7741
|
+
* 单个视频最小提取时长,单位秒
|
|
7742
|
+
*/
|
|
7743
|
+
MiniExtract?: number;
|
|
7744
|
+
/**
|
|
7745
|
+
* 每天最终输出视频时长,单位秒
|
|
7746
|
+
注:免费版固定10s
|
|
7747
|
+
*/
|
|
7748
|
+
OutDuration?: number;
|
|
7749
|
+
}
|
|
7723
7750
|
/**
|
|
7724
7751
|
* UnbindDevices返回参数结构体
|
|
7725
7752
|
*/
|