tencentcloud-sdk-nodejs 4.0.954 → 4.0.955

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 (74) hide show
  1. package/CHANGELOG.md +325 -0
  2. package/SERVICE_CHANGELOG.md +575 -7
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cbs/v20170312/cbs_models.ts +3 -3
  7. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  8. package/src/services/cdwch/v20200915/cdwch_models.ts +10 -0
  9. package/src/services/clb/v20180317/clb_models.ts +11 -6
  10. package/src/services/cynosdb/v20190107/cynosdb_client.ts +4 -2
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +77 -30
  12. package/src/services/dsgc/v20190723/dsgc_models.ts +70 -10
  13. package/src/services/ess/v20201111/ess_client.ts +9 -15
  14. package/src/services/ess/v20201111/ess_models.ts +53 -22
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +25 -16
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +65 -13
  17. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +28 -4
  18. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +169 -66
  19. package/src/services/lke/v20231130/lke_models.ts +1 -2
  20. package/src/services/mongodb/v20190725/mongodb_models.ts +3 -4
  21. package/src/services/mps/v20190612/mps_client.ts +74 -21
  22. package/src/services/mps/v20190612/mps_models.ts +421 -35
  23. package/src/services/oceanus/v20190422/oceanus_client.ts +19 -6
  24. package/src/services/oceanus/v20190422/oceanus_models.ts +139 -91
  25. package/src/services/redis/v20180412/redis_client.ts +14 -2
  26. package/src/services/redis/v20180412/redis_models.ts +72 -37
  27. package/src/services/tcss/v20201101/tcss_client.ts +20 -10
  28. package/src/services/tms/v20201229/tms_models.ts +1 -1
  29. package/src/services/trtc/v20190722/trtc_models.ts +8 -5
  30. package/src/services/waf/v20180125/waf_client.ts +43 -15
  31. package/src/services/waf/v20180125/waf_models.ts +351 -22
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +3 -3
  35. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  36. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +10 -0
  37. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +11 -6
  38. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
  39. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  40. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +75 -30
  41. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +70 -10
  42. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -15
  43. package/tencentcloud/services/ess/v20201111/ess_client.js +8 -15
  44. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +52 -22
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -16
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -15
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +63 -13
  48. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +9 -1
  49. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +12 -0
  50. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +164 -65
  51. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -2
  52. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -4
  53. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +24 -7
  54. package/tencentcloud/services/mps/v20190612/mps_client.js +34 -9
  55. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +409 -35
  56. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
  57. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
  58. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +135 -90
  59. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +6 -2
  60. package/tencentcloud/services/redis/v20180412/redis_client.js +7 -1
  61. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +70 -37
  62. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +15 -5
  63. package/tencentcloud/services/tcss/v20201101/tcss_client.js +15 -5
  64. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
  65. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -5
  66. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -5
  67. package/tencentcloud/services/waf/v20180125/waf_client.js +18 -6
  68. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +343 -22
  69. package/test/essbasic.v20210526.test.js +10 -0
  70. package/test/iotexplorer.v20190423.test.js +20 -0
  71. package/test/mps.v20190612.test.js +46 -6
  72. package/test/oceanus.v20190422.test.js +10 -0
  73. package/test/redis.v20180412.test.js +10 -0
  74. package/test/waf.v20180125.test.js +24 -4
@@ -1172,6 +1172,39 @@ export interface ModifyProductCloudStorageAIServiceRequest {
1172
1172
  Enabled?: boolean
1173
1173
  }
1174
1174
 
1175
+ /**
1176
+ * CreateExternalSourceAIServiceTask请求参数结构体
1177
+ */
1178
+ export interface CreateExternalSourceAIServiceTaskRequest {
1179
+ /**
1180
+ * 产品 ID
1181
+ */
1182
+ ProductId: string
1183
+ /**
1184
+ * 云存 AI 服务类型。可选值:
1185
+ - `RealtimeObjectDetect`:目标检测
1186
+ - `Highlight`:视频浓缩
1187
+ - `VideoToText`:视频语义理解
1188
+ */
1189
+ ServiceType: string
1190
+ /**
1191
+ * 分析外部传入的视频 URL 列表,支持 HLS 点播(m3u8)及常见视频格式(mp4 等)
1192
+ */
1193
+ VideoURLs: Array<string>
1194
+ /**
1195
+ * 自定义任务 ID
1196
+ */
1197
+ CustomId?: string
1198
+ /**
1199
+ * 视频分析配置参数
1200
+ */
1201
+ Config?: string
1202
+ /**
1203
+ * 视频分析识别区域
1204
+ */
1205
+ ROI?: string
1206
+ }
1207
+
1175
1208
  /**
1176
1209
  * GetDeviceSumStatistics返回参数结构体
1177
1210
  */
@@ -1855,6 +1888,29 @@ export interface DescribeDevicePositionListRequest {
1855
1888
  Limit?: number
1856
1889
  }
1857
1890
 
1891
+ /**
1892
+ * InvokeExternalSourceAIServiceTask返回参数结构体
1893
+ */
1894
+ export interface InvokeExternalSourceAIServiceTaskResponse {
1895
+ /**
1896
+ * 任务是否执行完成
1897
+ */
1898
+ Completed?: boolean
1899
+ /**
1900
+ * 任务 ID
1901
+ */
1902
+ TaskId?: string
1903
+ /**
1904
+ * 任务信息
1905
+ 注意:此字段可能返回 null,表示取不到有效值。
1906
+ */
1907
+ TaskInfo?: CloudStorageAIServiceTask
1908
+ /**
1909
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1910
+ */
1911
+ RequestId?: string
1912
+ }
1913
+
1858
1914
  /**
1859
1915
  * CreateStudioProduct请求参数结构体
1860
1916
  */
@@ -3171,24 +3227,6 @@ export interface CreatePositionSpaceRequest {
3171
3227
  Icon?: string
3172
3228
  }
3173
3229
 
3174
- /**
3175
- * DescribeCloudStorageThumbnail返回参数结构体
3176
- */
3177
- export interface DescribeCloudStorageThumbnailResponse {
3178
- /**
3179
- * 缩略图访问地址
3180
- */
3181
- ThumbnailURL?: string
3182
- /**
3183
- * 缩略图访问地址的过期时间
3184
- */
3185
- ExpireTime?: number
3186
- /**
3187
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3188
- */
3189
- RequestId?: string
3190
- }
3191
-
3192
3230
  /**
3193
3231
  * DismissRoomByStrRoomIdFromTRTC请求参数结构体
3194
3232
  */
@@ -4124,21 +4162,25 @@ export interface ModifyCloudStorageAIServiceRequest {
4124
4162
  }
4125
4163
 
4126
4164
  /**
4127
- * SearchStudioProduct返回参数结构体
4165
+ * GetStudioProductList请求参数结构体
4128
4166
  */
4129
- export interface SearchStudioProductResponse {
4167
+ export interface GetStudioProductListRequest {
4130
4168
  /**
4131
- * 产品列表
4169
+ * 项目ID
4132
4170
  */
4133
- Products?: Array<ProductEntry>
4171
+ ProjectId?: string
4134
4172
  /**
4135
- * 产品数量
4173
+ * 产品DevStatus
4136
4174
  */
4137
- Total?: number
4175
+ DevStatus?: string
4138
4176
  /**
4139
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4177
+ * 偏移量
4140
4178
  */
4141
- RequestId?: string
4179
+ Offset?: number
4180
+ /**
4181
+ * 数量限制
4182
+ */
4183
+ Limit?: number
4142
4184
  }
4143
4185
 
4144
4186
  /**
@@ -4663,25 +4705,21 @@ export interface DescribeGatewaySubDeviceListResponse {
4663
4705
  }
4664
4706
 
4665
4707
  /**
4666
- * GetStudioProductList请求参数结构体
4708
+ * SearchStudioProduct返回参数结构体
4667
4709
  */
4668
- export interface GetStudioProductListRequest {
4669
- /**
4670
- * 项目ID
4671
- */
4672
- ProjectId?: string
4710
+ export interface SearchStudioProductResponse {
4673
4711
  /**
4674
- * 产品DevStatus
4712
+ * 产品列表
4675
4713
  */
4676
- DevStatus?: string
4714
+ Products?: Array<ProductEntry>
4677
4715
  /**
4678
- * 偏移量
4716
+ * 产品数量
4679
4717
  */
4680
- Offset?: number
4718
+ Total?: number
4681
4719
  /**
4682
- * 数量限制
4720
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4683
4721
  */
4684
- Limit?: number
4722
+ RequestId?: string
4685
4723
  }
4686
4724
 
4687
4725
  /**
@@ -4993,6 +5031,20 @@ export interface DescribeGatewaySubProductsRequest {
4993
5031
  ProductSource?: number
4994
5032
  }
4995
5033
 
5034
+ /**
5035
+ * CreateExternalSourceAIServiceTask返回参数结构体
5036
+ */
5037
+ export interface CreateExternalSourceAIServiceTaskResponse {
5038
+ /**
5039
+ * 任务 ID
5040
+ */
5041
+ TaskId?: string
5042
+ /**
5043
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5044
+ */
5045
+ RequestId?: string
5046
+ }
5047
+
4996
5048
  /**
4997
5049
  * BindProducts请求参数结构体
4998
5050
  */
@@ -5958,6 +6010,39 @@ export interface DeleteLoRaFrequencyRequest {
5958
6010
  FreqId?: string
5959
6011
  }
5960
6012
 
6013
+ /**
6014
+ * InvokeExternalSourceAIServiceTask请求参数结构体
6015
+ */
6016
+ export interface InvokeExternalSourceAIServiceTaskRequest {
6017
+ /**
6018
+ * 产品 ID
6019
+ */
6020
+ ProductId: string
6021
+ /**
6022
+ * 云存 AI 服务类型。可选值:
6023
+ - `RealtimeObjectDetect`:目标检测
6024
+ - `Highlight`:视频浓缩
6025
+ - `VideoToText`:视频语义理解
6026
+ */
6027
+ ServiceType: string
6028
+ /**
6029
+ * 分析外部传入的视频 URL 列表,支持 HLS 点播(m3u8)及常见视频格式(mp4 等)
6030
+ */
6031
+ VideoURLs: Array<string>
6032
+ /**
6033
+ * 自定义任务 ID
6034
+ */
6035
+ CustomId?: string
6036
+ /**
6037
+ * 视频分析配置参数
6038
+ */
6039
+ Config?: string
6040
+ /**
6041
+ * 视频分析识别区域
6042
+ */
6043
+ ROI?: string
6044
+ }
6045
+
5961
6046
  /**
5962
6047
  * DescribeProductCloudStorageAIService请求参数结构体
5963
6048
  */
@@ -6310,6 +6395,44 @@ export interface FamilySubDevice {
6310
6395
  UpdateTime: number
6311
6396
  }
6312
6397
 
6398
+ /**
6399
+ * UploadFirmware请求参数结构体
6400
+ */
6401
+ export interface UploadFirmwareRequest {
6402
+ /**
6403
+ * 产品ID
6404
+ */
6405
+ ProductID: string
6406
+ /**
6407
+ * 固件版本号
6408
+ */
6409
+ FirmwareVersion: string
6410
+ /**
6411
+ * 固件的MD5值
6412
+ */
6413
+ Md5sum: string
6414
+ /**
6415
+ * 固件的大小
6416
+ */
6417
+ FileSize: number
6418
+ /**
6419
+ * 固件名称
6420
+ */
6421
+ FirmwareName?: string
6422
+ /**
6423
+ * 固件描述
6424
+ */
6425
+ FirmwareDescription?: string
6426
+ /**
6427
+ * 固件升级模块;可选值 mcu|moudule
6428
+ */
6429
+ FwType?: string
6430
+ /**
6431
+ * 固件用户自定义配置信息
6432
+ */
6433
+ FirmwareUserDefined?: string
6434
+ }
6435
+
6313
6436
  /**
6314
6437
  * GetDeviceLocationHistory返回参数结构体
6315
6438
  */
@@ -6913,41 +7036,21 @@ export interface CreatePositionFenceRequest {
6913
7036
  }
6914
7037
 
6915
7038
  /**
6916
- * UploadFirmware请求参数结构体
7039
+ * DescribeCloudStorageThumbnail返回参数结构体
6917
7040
  */
6918
- export interface UploadFirmwareRequest {
6919
- /**
6920
- * 产品ID
6921
- */
6922
- ProductID: string
6923
- /**
6924
- * 固件版本号
6925
- */
6926
- FirmwareVersion: string
6927
- /**
6928
- * 固件的MD5值
6929
- */
6930
- Md5sum: string
6931
- /**
6932
- * 固件的大小
6933
- */
6934
- FileSize: number
6935
- /**
6936
- * 固件名称
6937
- */
6938
- FirmwareName?: string
7041
+ export interface DescribeCloudStorageThumbnailResponse {
6939
7042
  /**
6940
- * 固件描述
7043
+ * 缩略图访问地址
6941
7044
  */
6942
- FirmwareDescription?: string
7045
+ ThumbnailURL?: string
6943
7046
  /**
6944
- * 固件升级模块;可选值 mcu|moudule
7047
+ * 缩略图访问地址的过期时间
6945
7048
  */
6946
- FwType?: string
7049
+ ExpireTime?: number
6947
7050
  /**
6948
- * 固件用户自定义配置信息
7051
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6949
7052
  */
6950
- FirmwareUserDefined?: string
7053
+ RequestId?: string
6951
7054
  }
6952
7055
 
6953
7056
  /**
@@ -2053,8 +2053,7 @@ export interface DescribeDocResponse {
2053
2053
  */
2054
2054
  UpdateTime?: string
2055
2055
  /**
2056
- * 文档状态(5审核通过 7审核中 8审核不通过 9审核通过 10待发布 11发布中 12发布成功 13学习中 14学习失败)
2057
-
2056
+ * 文档状态: 1-未生成 2-生成中 3-生成成功 4-生成失败 5-删除中 6-删除成功 7-审核中 8-审核失败 9-审核成功 10-待发布 11-发布中 12-已发布 13-学习中 14-学习失败 15-更新中 16-更新失败 17-解析中 18-解析失败 19-导入失败 20-已过期 21-超量失效 22-超量失效恢复
2058
2057
  */
2059
2058
  Status?: number
2060
2059
  /**
@@ -139,11 +139,10 @@ export interface CreateDBInstanceRequest {
139
139
  */
140
140
  InstanceName?: string
141
141
  /**
142
- * 多可用区部署的节点列表。具体信息,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)获取。
142
+ * 若多可用区部署云数据库实例,指定多可用区列表。
143
+ - 多可用区部署实例,参数 **Zone** 指定实例主可用区信息;**AvailabilityZoneList** 指定所有可用区信息,包含主可用区。输入格式如:[ap-guangzhou-2,ap-guangzhou-3,ap-guangzhou-4]。
144
+ - 通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 可获取云数据库不同地域规划的可用区信息,以便指定有效的可用区。
143
145
  - 多可用区部署节点只能部署在3个不同可用区。不支持将集群的大多数节点部署在同一个可用区。例如:3节点集群不支持2个节点部署在同一个区。
144
- - 不支持4.2及以上版本。
145
- - 不支持只读灾备实例。
146
- - 不能选择基础网络。
147
146
  */
148
147
  AvailabilityZoneList?: Array<string>
149
148
  /**
@@ -58,6 +58,7 @@ import {
58
58
  NumberFormat,
59
59
  ModifySampleSnapshotTemplateRequest,
60
60
  AiReviewPoliticalOcrTaskInput,
61
+ ManageTaskRequest,
61
62
  EnhanceConfig,
62
63
  MediaInputInfo,
63
64
  CreateWorkflowRequest,
@@ -95,6 +96,7 @@ import {
95
96
  AiRecognitionTaskAsrWordsSegmentItem,
96
97
  AiContentReviewResult,
97
98
  ParseLiveStreamProcessNotificationResponse,
99
+ DescribeVideoDatabaseEntryTaskDetailRequest,
98
100
  AiRecognitionTaskInput,
99
101
  AudioTemplateInfo,
100
102
  ExecuteFunctionResponse,
@@ -147,6 +149,7 @@ import {
147
149
  ComposeTrackTime,
148
150
  AiSampleFaceInfo,
149
151
  CreateInputRTSPPullSettings,
152
+ CreateVideoDatabaseEntryTaskRequest,
150
153
  CreateStreamLinkFlowRequest,
151
154
  CreateOutputSRTSettingsDestinations,
152
155
  RecognizeMediaForZhiXueRequest,
@@ -161,6 +164,7 @@ import {
161
164
  LiveStreamAiReviewResultInfo,
162
165
  EditMediaResponse,
163
166
  PoliticalOcrReviewTemplateInfoForUpdate,
167
+ TEHDConfig,
164
168
  CreateOutputRtmpSettingsDestinations,
165
169
  AudioDenoiseConfig,
166
170
  PornAsrReviewTemplateInfoForUpdate,
@@ -200,7 +204,9 @@ import {
200
204
  DeleteAdaptiveDynamicStreamingTemplateRequest,
201
205
  AiRecognitionTaskOcrFullTextSegmentItem,
202
206
  EditMediaOutputConfig,
207
+ ModifyPersonSampleResponse,
203
208
  AiQualityControlTaskInput,
209
+ VideoDBEntryTaskResult,
204
210
  PornConfigureInfoForUpdate,
205
211
  AiAnalysisTaskSegmentInput,
206
212
  AiReviewPornAsrTaskOutput,
@@ -278,7 +284,7 @@ import {
278
284
  DescribeSchedulesResponse,
279
285
  ImageQualityEnhanceConfig,
280
286
  DescribeStreamLinkRegionsResponse,
281
- ManageTaskRequest,
287
+ DescribeVideoSearchTaskDetailResponse,
282
288
  AiAnalysisTaskSegmentResult,
283
289
  AiRecognitionTaskAsrFullTextResultInput,
284
290
  DescribeStreamLinkFlowStatisticsResponse,
@@ -327,6 +333,8 @@ import {
327
333
  OutputSRTSourceAddressResp,
328
334
  CreateScheduleRequest,
329
335
  StreamLinkRegionInfo,
336
+ CreateVideoSearchTaskResponse,
337
+ CreateVideoSearchTaskRequest,
330
338
  LiveStreamTagRecognitionResult,
331
339
  FlowRealtimeStatusRTP,
332
340
  AnimatedGraphicTaskInput,
@@ -390,6 +398,7 @@ import {
390
398
  SegmentRecognitionItem,
391
399
  AiReviewPoliticalAsrTaskInput,
392
400
  LiveStreamAiAnalysisResultInfo,
401
+ SegmentSpecificInfo,
393
402
  ActionConfigInfo,
394
403
  MediaAiAnalysisTagItem,
395
404
  TranscodeTemplate,
@@ -400,6 +409,7 @@ import {
400
409
  DescribeInputRTSPPullSettings,
401
410
  SubtitleTemplate,
402
411
  DescribeFlow,
412
+ CreateVideoDatabaseEntryTaskResponse,
403
413
  AiReviewProhibitedAsrTaskInput,
404
414
  DescribeMediaMetaDataResponse,
405
415
  TerrorismOcrReviewTemplateInfo,
@@ -509,9 +519,10 @@ import {
509
519
  AiRecognitionTaskTransTextResultOutput,
510
520
  ModifySnapshotByTimeOffsetTemplateRequest,
511
521
  LiveStreamAiReviewResultItem,
512
- TEHDConfig,
522
+ DescribeVideoSearchTaskDetailRequest,
513
523
  CreateInputRTPSettings,
514
524
  TaskSimpleInfo,
525
+ SearchTaskResult,
515
526
  DescribeSnapshotByTimeOffsetTemplatesResponse,
516
527
  MediaVideoStreamItem,
517
528
  SnapshotByTimeOffsetTemplate,
@@ -562,7 +573,7 @@ import {
562
573
  ExecuteFunctionRequest,
563
574
  DescribeStreamLinkFlowLogsResponse,
564
575
  AiAnalysisTaskHeadTailOutput,
565
- ModifyPersonSampleResponse,
576
+ DescribeVideoDatabaseEntryTaskDetailResponse,
566
577
  DeleteTranscodeTemplateResponse,
567
578
  LiveStreamObjectRecognitionResult,
568
579
  MediaSampleSnapshotItem,
@@ -601,6 +612,7 @@ import {
601
612
  FlowAudio,
602
613
  ActivityResItem,
603
614
  LiveActivityResItem,
615
+ SearchValueInput,
604
616
  EditMediaFileInfo,
605
617
  AiAnalysisTaskDelLogoResult,
606
618
  SampleSnapshotTaskInput,
@@ -906,13 +918,13 @@ export class Client extends AbstractClient {
906
918
  }
907
919
 
908
920
  /**
909
- * 批量启动媒体传输流。
921
+ * 该接口用于批量创建关键词样本,样本用于通过OCR、ASR技术,进行不适宜内容识别、内容识别等视频处理。
910
922
  */
911
- async BatchStartStreamLinkFlow(
912
- req: BatchStartStreamLinkFlowRequest,
913
- cb?: (error: string, rep: BatchStartStreamLinkFlowResponse) => void
914
- ): Promise<BatchStartStreamLinkFlowResponse> {
915
- return this.request("BatchStartStreamLinkFlow", req, cb)
923
+ async CreateWordSamples(
924
+ req: CreateWordSamplesRequest,
925
+ cb?: (error: string, rep: CreateWordSamplesResponse) => void
926
+ ): Promise<CreateWordSamplesResponse> {
927
+ return this.request("CreateWordSamples", req, cb)
916
928
  }
917
929
 
918
930
  /**
@@ -1027,6 +1039,16 @@ export class Client extends AbstractClient {
1027
1039
  return this.request("DescribeMediaMetaData", req, cb)
1028
1040
  }
1029
1041
 
1042
+ /**
1043
+ * 根据任务ID查询视频检索任务的状态。
1044
+ */
1045
+ async DescribeVideoSearchTaskDetail(
1046
+ req: DescribeVideoSearchTaskDetailRequest,
1047
+ cb?: (error: string, rep: DescribeVideoSearchTaskDetailResponse) => void
1048
+ ): Promise<DescribeVideoSearchTaskDetailResponse> {
1049
+ return this.request("DescribeVideoSearchTaskDetail", req, cb)
1050
+ }
1051
+
1030
1052
  /**
1031
1053
  * 修改用户自定义采样截图模板。
1032
1054
  */
@@ -1298,13 +1320,13 @@ export class Client extends AbstractClient {
1298
1320
  }
1299
1321
 
1300
1322
  /**
1301
- * 该接口用于批量删除关键词样本。
1323
+ * 使用检索值检索库中最接近检索值的若干视频。
1302
1324
  */
1303
- async DeleteWordSamples(
1304
- req: DeleteWordSamplesRequest,
1305
- cb?: (error: string, rep: DeleteWordSamplesResponse) => void
1306
- ): Promise<DeleteWordSamplesResponse> {
1307
- return this.request("DeleteWordSamples", req, cb)
1325
+ async CreateVideoSearchTask(
1326
+ req: CreateVideoSearchTaskRequest,
1327
+ cb?: (error: string, rep: CreateVideoSearchTaskResponse) => void
1328
+ ): Promise<CreateVideoSearchTaskResponse> {
1329
+ return this.request("CreateVideoSearchTask", req, cb)
1308
1330
  }
1309
1331
 
1310
1332
  /**
@@ -1368,6 +1390,16 @@ export class Client extends AbstractClient {
1368
1390
  return this.request("DescribeAnimatedGraphicsTemplates", req, cb)
1369
1391
  }
1370
1392
 
1393
+ /**
1394
+ * 该接口用于批量删除关键词样本。
1395
+ */
1396
+ async DeleteWordSamples(
1397
+ req: DeleteWordSamplesRequest,
1398
+ cb?: (error: string, rep: DeleteWordSamplesResponse) => void
1399
+ ): Promise<DeleteWordSamplesResponse> {
1400
+ return this.request("DeleteWordSamples", req, cb)
1401
+ }
1402
+
1371
1403
  /**
1372
1404
  * 对已发起的任务进行管理。
1373
1405
  */
@@ -1378,6 +1410,16 @@ export class Client extends AbstractClient {
1378
1410
  return this.request("ManageTask", req, cb)
1379
1411
  }
1380
1412
 
1413
+ /**
1414
+ * 根据任务ID查询视频入库任务的状态。
1415
+ */
1416
+ async DescribeVideoDatabaseEntryTaskDetail(
1417
+ req: DescribeVideoDatabaseEntryTaskDetailRequest,
1418
+ cb?: (error: string, rep: DescribeVideoDatabaseEntryTaskDetailResponse) => void
1419
+ ): Promise<DescribeVideoDatabaseEntryTaskDetailResponse> {
1420
+ return this.request("DescribeVideoDatabaseEntryTaskDetail", req, cb)
1421
+ }
1422
+
1381
1423
  /**
1382
1424
  * 修改用户自定义指定时间点截图模板。
1383
1425
  */
@@ -1389,13 +1431,13 @@ export class Client extends AbstractClient {
1389
1431
  }
1390
1432
 
1391
1433
  /**
1392
- * 该接口用于批量创建关键词样本,样本用于通过OCR、ASR技术,进行不适宜内容识别、内容识别等视频处理。
1434
+ * 批量启动媒体传输流。
1393
1435
  */
1394
- async CreateWordSamples(
1395
- req: CreateWordSamplesRequest,
1396
- cb?: (error: string, rep: CreateWordSamplesResponse) => void
1397
- ): Promise<CreateWordSamplesResponse> {
1398
- return this.request("CreateWordSamples", req, cb)
1436
+ async BatchStartStreamLinkFlow(
1437
+ req: BatchStartStreamLinkFlowRequest,
1438
+ cb?: (error: string, rep: BatchStartStreamLinkFlowResponse) => void
1439
+ ): Promise<BatchStartStreamLinkFlowResponse> {
1440
+ return this.request("BatchStartStreamLinkFlow", req, cb)
1399
1441
  }
1400
1442
 
1401
1443
  /**
@@ -1590,6 +1632,17 @@ export class Client extends AbstractClient {
1590
1632
  return this.request("EnableSchedule", req, cb)
1591
1633
  }
1592
1634
 
1635
+ /**
1636
+ * 对URL链接或COS中的视频发起入库任务。
1637
+ 可选在任务完成后向回调方发送任务完成状态信息。
1638
+ */
1639
+ async CreateVideoDatabaseEntryTask(
1640
+ req: CreateVideoDatabaseEntryTaskRequest,
1641
+ cb?: (error: string, rep: CreateVideoDatabaseEntryTaskResponse) => void
1642
+ ): Promise<CreateVideoDatabaseEntryTaskResponse> {
1643
+ return this.request("CreateVideoDatabaseEntryTask", req, cb)
1644
+ }
1645
+
1593
1646
  /**
1594
1647
  * 对直播流媒体发起处理任务,功能包括:
1595
1648